hewei 6 lat temu
rodzic
commit
f790c99ff5
2 zmienionych plików z 2 dodań i 0 usunięć
  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;
 }