summaryrefslogtreecommitdiff
path: root/pimd/pim_main.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-03-08 16:13:12 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2017-03-08 16:15:10 +0100
commit4487fc74e8e4ddbf5cde6c3b0a83db3eb828ee11 (patch)
treeba095355ba6b29f97c64c8ec184cc0d6087e5cb4 /pimd/pim_main.c
parent6dd7b12a05387ef8b84ed9d4b8306a715ee64d0d (diff)
*: fix some user-visible Quagga remnants
(Note: the allow_delete thing is called "zebra" on the commandline because that's the clearest context there, while it is called "FRR" in the CLI because that's considerably less confusing in a vtysh env.) Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_main.c')
-rw-r--r--pimd/pim_main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/pimd/pim_main.c b/pimd/pim_main.c
index ba1c511d16..a0e42aab58 100644
--- a/pimd/pim_main.c
+++ b/pimd/pim_main.c
@@ -113,9 +113,6 @@ int main(int argc, char** argv, char** envp) {
master = frr_init();
- zlog_notice("Quagga %s " PIMD_PROGNAME " %s starting",
- FRR_VERSION, PIMD_VERSION);
-
/*
* Initializations
*/