From 23640472bc6592a8bf03cccc7134b1c71b64a55a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 1 Mar 2013 14:30:54 +0100 Subject: [PATCH] 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 Reviewed-by: Jeremy Allison --- lib/tevent/tevent_epoll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tevent/tevent_epoll.c b/lib/tevent/tevent_epoll.c index 3a3c01c867b..1ec97c5f719 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); -- 2.11.4.GIT