Skip to content

Commit

Permalink
Merge pull request #2411 from feckert/pr/20240506-vrrp-status-logging
Browse files Browse the repository at this point in the history
vrrp: remove logging on status output
  • Loading branch information
pqarmitage committed May 6, 2024
2 parents 556dd8b + 6cce75f commit ebb1e1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions keepalived/vrrp/vrrp_daemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -758,8 +758,6 @@ sigusr2_vrrp(__attribute__((unused)) void *v, int sig)
static void
sigjson_vrrp(__attribute__((unused)) void *v, __attribute__((unused)) int sig)
{
log_message(LOG_INFO, "Printing VRRP as json for process(%d) on signal",
getpid());
thread_add_event(master, print_vrrp_json, NULL, 0);
}
#endif
Expand Down

0 comments on commit ebb1e1f

Please sign in to comment.