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