From c89c05dd04d097bd8213125a42d67204bb681de5 Mon Sep 17 00:00:00 2001 From: hasso Date: Sun, 4 Sep 2005 21:36:36 +0000 Subject: * *.c: Try to be less verbose by default (without any debug options on). * isis_lsp.c (lsp_build_nonpseudo): Use stream_reset() instead of touching endp directly. * isis_lsp.c (lsp_build_pseudo): Ditto. --- isisd/isis_main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'isisd/isis_main.c') diff --git a/isisd/isis_main.c b/isisd/isis_main.c index a4f80582..2bb22cb6 100644 --- a/isisd/isis_main.c +++ b/isisd/isis_main.c @@ -325,9 +325,7 @@ main (int argc, char **argv, char **envp) /* Print banner. */ zlog_notice ("Quagga-ISISd %s starting: vty@%d", QUAGGA_VERSION, vty_port); -#ifdef HAVE_IPV6 - zlog_debug ("IPv6 enabled"); -#endif + /* Start finite state machine. */ while (thread_fetch (master, &thread)) thread_call (&thread); -- cgit v1.2.1