[SCM] CTDB repository - branch master updated - ctdb-1.0.57-10-ga72f5b7

Ronnie Sahlberg sahlberg at samba.org
Tue Sep 9 04:00:54 GMT 2008


The branch, master has been updated
       via  a72f5b7d1560e427e18b1c55a2932a7fb037f4c7 (commit)
      from  a89977f8cb2463a87147dcc0ad936cb5d4131670 (commit)

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


- Log -----------------------------------------------------------------
commit a72f5b7d1560e427e18b1c55a2932a7fb037f4c7
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Tue Sep 9 13:59:48 2008 +1000

    lower the debuglevel when logging unknown idr in responses

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

Summary of changes:
 common/ctdb_util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/common/ctdb_util.c b/common/ctdb_util.c
index 792ff3c..cc68291 100644
--- a/common/ctdb_util.c
+++ b/common/ctdb_util.c
@@ -147,7 +147,7 @@ void *_ctdb_reqid_find(struct ctdb_context *ctdb, uint32_t reqid, const char *ty
 
 	p = _idr_find_type(ctdb->idr, (reqid>>16)&0xFFFF, type, location);
 	if (p == NULL) {
-		DEBUG(DEBUG_ERR, ("Could not find idr:%u\n",reqid));
+		DEBUG(DEBUG_WARNING, ("Could not find idr:%u\n",reqid));
 	}
 
 	return p;


-- 
CTDB repository


More information about the samba-cvs mailing list