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;
 }