]> git.proxmox.com Git - mirror_frr.git/commitdiff
pimd: Log Rotate is not working properly
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 22 Jun 2016 15:42:50 +0000 (11:42 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 22 Jun 2016 15:42:50 +0000 (11:42 -0400)
The log line was causing confusion when we
were rotating quagga.  None of the other
protocols were logging lines on rotate
so just remove it.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_signals.c

index d014b187aafc5c40c24b9b5bcfaa14b8f6e19d90..0344aa81d4c7810ce8f130455009363c86749a88 100644 (file)
@@ -57,7 +57,6 @@ static void pim_sigterm()
 
 static void pim_sigusr1()
 {
-  zlog_info ("SIGUSR1 received");
   zlog_rotate (NULL);
 }