From: José Bollo Date: Mon, 10 Apr 2017 11:11:04 +0000 (+0200) Subject: Fix typo X-Git-Tag: dab_3.99.1~79 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=0bf1d7e7427fb7165dfb547d4de1c84da6f963ea;p=src%2Fapp-framework-binder.git Fix typo Change-Id: I0077f77984accdd1f07d0e7c1526720f687ec58e Signed-off-by: José Bollo --- 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) {