From b767bb4ea0e1787021f06739142ca5aaf79af734 Mon Sep 17 00:00:00 2001 From: cxh Date: Wed, 15 Oct 2025 10:09:57 +0800 Subject: [PATCH] temp --- src/rtmp_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rtmp_manager.cpp b/src/rtmp_manager.cpp index 086537c..64745dc 100644 --- a/src/rtmp_manager.cpp +++ b/src/rtmp_manager.cpp @@ -48,7 +48,7 @@ void RTMPManager::init() if (ctx && ctx->thread.joinable()) { ctx->thread.join(); - LOG_INFO("[RTMP] Stream thread joined asynchronously: " + ctx->name); + LOG_INFO("[RTMP] Stream thread joined asynchronously"); } } }); }