diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c index fee7f37745..e6d34afcc3 100644 --- a/bgpd/bgp_main.c +++ b/bgpd/bgp_main.c @@ -322,7 +322,7 @@ main (int argc, char **argv) /* Print banner. */ zlog_notice ("BGPd %s starting: vty@%d, bgp@%s:%d", QUAGGA_VERSION, vty_port, - (bm->address ? bm->address : "", + (bm->address ? bm->address : ""), bm->port); /* Start finite state machine, here we go! */