Skip to content

Commit ebb1e1f

Browse files
authored
Merge pull request #2411 from feckert/pr/20240506-vrrp-status-logging
vrrp: remove logging on status output
2 parents 556dd8b + 6cce75f commit ebb1e1f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

keepalived/vrrp/vrrp_daemon.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,8 +758,6 @@ sigusr2_vrrp(__attribute__((unused)) void *v, int sig)
758758
static void
759759
sigjson_vrrp(__attribute__((unused)) void *v, __attribute__((unused)) int sig)
760760
{
761-
log_message(LOG_INFO, "Printing VRRP as json for process(%d) on signal",
762-
getpid());
763761
thread_add_event(master, print_vrrp_json, NULL, 0);
764762
}
765763
#endif

0 commit comments

Comments
 (0)