Commit 4f1c76cf authored by valenok's avatar valenok

added "web server" to the start message

parent 4279543f
......@@ -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"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment