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

@@ -205,7 +205,7 @@ static void *dumpfile_thread(void *arg)
ATOMIC_SET(&handle->io_thread_wait_exit, 1);
}
PACKET_IO_LOG_STATE("dumpfile io thread waiting exit");
PACKET_IO_LOG_STATE("dumpfile io thread has processed all pcap files, wait for exit");
sleep(1);
}