瀏覽代碼

added "web server" to the start message

valenok 15 年之前
父節點
當前提交
4f1c76cf5f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main.c

+ 1 - 1
main.c

@@ -258,7 +258,7 @@ int main(int argc, char *argv[]) {
     exit(EXIT_FAILURE);
   }
 
-  printf("Mongoose %s started on port(s) %s with web root [%s]\n",
+  printf("Mongoose %s web server started on port(s) %s with web root [%s]\n",
          mg_version(), mg_get_option(ctx, "listening_ports"),
          mg_get_option(ctx, "document_root"));