diff options
Diffstat (limited to 'bgpd/bgp_main.c')
-rw-r--r-- | bgpd/bgp_main.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c index 3c6d70aa..233d487a 100644 --- a/bgpd/bgp_main.c +++ b/bgpd/bgp_main.c @@ -589,7 +589,9 @@ main (int argc, char **argv) #ifdef QDEBUG zlog_notice("%s", debug_banner); #endif - zlog_notice ("BGPd %s starting: vty@%d, bgp@%s:%d", QUAGGA_VERSION, + zlog_notice ("BGPd %s%s starting: vty@%d, bgp@%s:%d", + QUAGGA_VERSION, + (qpthreads_enabled ? " pthreaded" : ""), vty_port, (bm->address ? bm->address : "<all>"), (int)bm->port); |