hewei 6 年之前
父节点
当前提交
f790c99ff5
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      examples/hmain_test.cpp
  2. 1 0
      examples/httpd/httpd.cpp

+ 1 - 0
examples/hmain_test.cpp

@@ -159,6 +159,7 @@ int parse_confile(const char* confile) {
     }
     g_conf_ctx.port = port;
 
+    hlogi("parse_confile('%s') OK", confile);
     return 0;
 }
 

+ 1 - 0
examples/httpd/httpd.cpp

@@ -159,6 +159,7 @@ int parse_confile(const char* confile) {
         }
     }
 
+    hlogi("parse_confile('%s') OK", confile);
     return 0;
 }