aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-04-10 13:11:04 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-04-10 13:11:04 +0200
commit0bf1d7e7427fb7165dfb547d4de1c84da6f963ea (patch)
treee26e82c68223f66ebcd68754c2271b13c608fcdf
parent66bb3573209471d1bbc5cf53ade1f6edee40e467 (diff)
Fix typo
Change-Id: I0077f77984accdd1f07d0e7c1526720f687ec58e Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-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) {