Skip to content

Commit

Permalink
remove duplicate log entry
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
sni committed Feb 22, 2024
1 parent 10af9ff commit 243e2b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/naemon/events.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 243e2b3

Please sign in to comment.