소스 검색

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"));