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; }