mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-28 07:28:13 +08:00
added "web server" to the start message
This commit is contained in:
parent
4279543f73
commit
4f1c76cf5f
2
main.c
2
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"));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user