aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index b7f86372..6db1e2a8 100644
--- a/src/main.c
+++ b/src/main.c
@@ -260,7 +260,7 @@ static struct afb_hsrv *start_http_server()
}
NOTICE("Waiting port=%d rootdir=%s", config->httpdPort, config->rootdir);
- NOTICE("Browser URL= http:/*localhost:%d", config->httpdPort);
+ NOTICE("Browser URL= http://localhost:%d", config->httpdPort);
rc = afb_hsrv_start(hsrv, (uint16_t) config->httpdPort, 15);
if (!rc) {