diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-06-22 11:42:50 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-06-22 11:42:50 -0400 |
| commit | 0ab092dae07b0b93f5a94f8e2224bf2c0b611049 (patch) | |
| tree | 5b5892fa6b04e92c0d796ecffe62428a45aea8f6 /pimd/pim_signals.c | |
| parent | 031360e2953e1d8f190a897201d16cf90f9c042c (diff) | |
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 <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_signals.c')
| -rw-r--r-- | pimd/pim_signals.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); } |
