From: Donald Sharp Date: Wed, 22 Jun 2016 15:42:50 +0000 (-0400) Subject: pimd: Log Rotate is not working properly X-Git-Tag: frr-2.0-rc1~508 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=0ab092dae07b0b93f5a94f8e2224bf2c0b611049;p=mirror%2Ffrr.git pimd: Log Rotate is not working properly 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 --- diff --git a/pimd/pim_signals.c b/pimd/pim_signals.c index d014b187aa..0344aa81d4 100644 --- a/pimd/pim_signals.c +++ b/pimd/pim_signals.c @@ -57,7 +57,6 @@ static void pim_sigterm() static void pim_sigusr1() { - zlog_info ("SIGUSR1 received"); zlog_rotate (NULL); }