[SCM] CTDB repository - branch 1.2 updated - ctdb-1.9.1-480-gfb198cb

Ronnie Sahlberg sahlberg at samba.org
Wed Sep 7 17:57:01 MDT 2011


The branch, 1.2 has been updated
       via  fb198cb9ddd4b5a1303a16c6a1f6102e35a71af5 (commit)
      from  9bdc5e5b2a00f3846a0d08d04fcf0c4be7689495 (commit)

http://gitweb.samba.org/?p=ctdb.git;a=shortlog;h=1.2


- Log -----------------------------------------------------------------
commit fb198cb9ddd4b5a1303a16c6a1f6102e35a71af5
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Thu Sep 8 09:28:33 2011 +1000

    Drop loglevel for a tevent message from FATAL to ERROR
    
    CQ S1028400

-----------------------------------------------------------------------

Summary of changes:
 lib/tevent/tevent_util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/tevent/tevent_util.c b/lib/tevent/tevent_util.c
index 28c9da3..54c1787 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);
 		}


-- 
CTDB repository


More information about the samba-cvs mailing list