hewei %!s(int64=6) %!d(string=hai) anos
pai
achega
f790c99ff5
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  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;
 }