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"); } } }); }