diff options
-rw-r--r-- | lib/tevent/tevent_epoll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/tevent_epoll.c b/lib/tevent/tevent_epoll.c index 3a3c01c867..1ec97c5f71 100644 --- a/lib/tevent/tevent_epoll.c +++ b/lib/tevent/tevent_epoll.c @@ -163,7 +163,7 @@ static void epoll_panic(struct epoll_event_context *epoll_ev, abort(); } - tevent_debug(ev, TEVENT_DEBUG_WARNING, + tevent_debug(ev, TEVENT_DEBUG_ERROR, "%s (%s) replay[%u] - calling panic_fallback\n", reason, strerror(errno), (unsigned)replay); |