enhance: when setting the log output file, stellar still outputs necessary log information to stderr

This commit is contained in:
luwenpeng
2024-08-14 14:27:38 +08:00
parent e8299dd77c
commit 5abf0d7942
3 changed files with 8 additions and 2 deletions

View File

@@ -403,7 +403,7 @@ static void stellar_thread_clean(struct stellar_runtime *runtime, struct stellar
struct stellar_thread *thread = &runtime->threads[i];
if (ATOMIC_READ(&thread->is_runing) == 0)
{
STELLAR_LOG_STATE("wait worker thread %d free context", i);
STELLAR_LOG_STATE("clean worker thread %d context", i);
session_manager_free(thread->sess_mgr);
ip_reassembly_free(thread->ip_mgr);
}