From 4f1c76cf5ff5044c5fea515b9b4367772e17b2fc Mon Sep 17 00:00:00 2001 From: valenok Date: Fri, 3 Sep 2010 12:35:42 +0100 Subject: [PATCH] added "web server" to the start message --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index a8f2ea5c..48d699ce 100644 --- a/main.c +++ b/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"));