summaryrefslogtreecommitdiff
path: root/bgpd
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd')
-rw-r--r--bgpd/bgp_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c
index fee7f377..e6d34afc 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 : "<all>",
+ (bm->address ? bm->address : "<all>"),
bm->port);
/* Start finite state machine, here we go! */