From 243e2b3eb2efdcb1c896fc6c5763a764665bf66a Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Thu, 22 Feb 2024 13:30:55 +0100 Subject: [PATCH] remove duplicate log entry there is no reason to have 2 entries in the debug log for the same execution path. And i always found this entry confusing. Signed-off-by: Sven Nierlein --- src/naemon/events.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/naemon/events.c b/src/naemon/events.c index f5441bdb..8f66969c 100644 --- a/src/naemon/events.c +++ b/src/naemon/events.c @@ -346,7 +346,6 @@ static int event_poll_full(iobroker_set *iobs, long int timeout_ms) * Since we got input on one of the file descriptors, this wakeup wasn't * about a timed event, so start the main loop over. */ - log_debug_info(DEBUGL_EVENTS, 0, "Event was cancelled by iobroker input\n"); return 0; }