From: Stefan Metzmacher Date: Fri, 1 Mar 2013 13:30:54 +0000 (+0100) Subject: tevent: use DEBUG_ERROR for the fallback message in epoll_panic() X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=d670e8b8f3e977976050b161b4951578097e1684 tevent: use DEBUG_ERROR for the fallback message in epoll_panic() A Samba autobuild passed without a fallback, so this is really an error. Signed-off-by: Stefan Metzmacher --- diff --git a/lib/tevent/tevent_epoll.c b/lib/tevent/tevent_epoll.c index 3a3c01c867ba..1ec97c5f7193 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);