diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-04-10 13:11:04 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-04-10 13:11:04 +0200 |
commit | 0bf1d7e7427fb7165dfb547d4de1c84da6f963ea (patch) | |
tree | e26e82c68223f66ebcd68754c2271b13c608fcdf | |
parent | 66bb3573209471d1bbc5cf53ade1f6edee40e467 (diff) |
Fix typo
Change-Id: I0077f77984accdd1f07d0e7c1526720f687ec58e
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |