diff options
Diffstat (limited to 'ospfd')
-rw-r--r-- | ospfd/ospf_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_main.c b/ospfd/ospf_main.c index 211aa78a..1da285bd 100644 --- a/ospfd/ospf_main.c +++ b/ospfd/ospf_main.c @@ -328,7 +328,7 @@ main (int argc, char **argv) #ifdef DEBUG /* Print banner. */ - zlog (NULL, LOG_INFO, "OSPFd (%s) starts", ZEBRA_VERSION); + zlog (NULL, LOG_INFO, "OSPFd (%s) starts", QUAGGA_VERSION); #endif /* Fetch next active thread. */ |