From: Ronnie Sahlberg Date: Wed, 7 Sep 2011 23:28:33 +0000 (+1000) Subject: Drop loglevel for a tevent message from FATAL to ERROR X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=3ce1d3d6c8b8fd3097b8efd2c75797ed7682a562;p=ddiss%2Fctdb.git Drop loglevel for a tevent message from FATAL to ERROR CQ S1028400 --- diff --git a/lib/tevent/tevent_util.c b/lib/tevent/tevent_util.c index 28c9da34..54c17874 100644 --- a/lib/tevent/tevent_util.c +++ b/lib/tevent/tevent_util.c @@ -107,7 +107,7 @@ void tevent_before_wait(struct event_context *ev) { if (!tevent_timeval_is_zero(&tevent_after_wait_ts)) { diff = tevent_timeval_until(&tevent_after_wait_ts, &now); if (diff.tv_sec > 3) { - tevent_debug(ev, TEVENT_DEBUG_FATAL, __location__ + tevent_debug(ev, TEVENT_DEBUG_ERROR, __location__ " Handling event took %d seconds!", (int) diff.tv_sec); }