From 1ba160b6d7dc0d1ba976e8e0309839552cab4e3e Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Fri, 25 Feb 2022 09:45:40 +0800 Subject: [PATCH] change log level to debug --- src/sf_connection_manager.c | 2 +- src/sf_sharding_htable.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/sf_connection_manager.c b/src/sf_connection_manager.c index 19931aa..4d9e50b 100644 --- a/src/sf_connection_manager.c +++ b/src/sf_connection_manager.c @@ -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); diff --git a/src/sf_sharding_htable.h b/src/sf_sharding_htable.h index 5fde4f8..c0a2aa6 100644 --- a/src/sf_sharding_htable.h +++ b/src/sf_sharding_htable.h @@ -18,7 +18,6 @@ #include #include -#include #include "fastcommon/common_define.h" #include "fastcommon/fc_list.h" #include "fastcommon/pthread_func.h"