change log level to debug

posix_api
YuQing 2022-02-25 09:45:40 +08:00
parent 9159d9c24b
commit 1ba160b6d7
2 changed files with 1 additions and 2 deletions

View File

@ -822,7 +822,7 @@ static void *connection_manager_thread_func(void *arg)
#endif
cm = (SFConnectionManager *)arg;
logInfo("file: "__FILE__", line: %d, "
logDebug("file: "__FILE__", line: %d, "
"[%s] connection manager thread start",
__LINE__, cm->module_name);

View File

@ -18,7 +18,6 @@
#include <limits.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "fastcommon/common_define.h"
#include "fastcommon/fc_list.h"
#include "fastcommon/pthread_func.h"