From 8857f282b95eb738d89c860e06006e475272bb47 Mon Sep 17 00:00:00 2001 From: yangwei Date: Mon, 21 Sep 2020 21:16:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88style(snapshot=5Fhandle=5Finfo):=20?= =?UTF-8?q?=E5=85=BC=E5=AE=B9logger1=E8=A1=8C=E4=B8=BA=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E5=B1=8F=E6=98=BE=E8=BE=93=E5=87=BAhandle=5Fname=EF=BC=8Clog?= =?UTF-8?q?=5Fpath=E5=92=8Clevel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MESA_handle_logger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MESA_handle_logger.c b/src/MESA_handle_logger.c index 55cd1cf..2960b3f 100644 --- a/src/MESA_handle_logger.c +++ b/src/MESA_handle_logger.c @@ -154,7 +154,7 @@ static void snapshot_handle_info(const char *handle_name, const char *log_path, if(g_zlog_inited == 0) { - printf("[snapshot_handle_info], Nobody call MESA_handle_runtime_log_creation before, Using (%s) to init zlog!!!\n", tmp_conf_filepath); + printf("[snapshot_handle_info], Nobody call MESA_handle_runtime_log_creation before, Using (%s) to init zlog, handle_name(%s), log_path(%s), log_level(%d)!!!\n", tmp_conf_filepath, handle_name, log_path, level); zlog_init(tmp_conf_filepath); zlog_reload(NULL); }