tevent: use DEBUG_ERROR for the fallback message in epoll_panic()
authorStefan Metzmacher <metze@samba.org>
Fri, 1 Mar 2013 13:30:54 +0000 (14:30 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 1 Mar 2013 19:00:26 +0000 (20:00 +0100)
A Samba autobuild passed without a fallback, so this is
really an error.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
lib/tevent/tevent_epoll.c

index 3a3c01c867ba8636498112daaa4994853f0b89d7..1ec97c5f7193867e332257f5487ff90ed7232365 100644 (file)
@@ -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);