[SCM] CTDB repository - branch master updated - f0b55adae450cac3cf925e111e1dc9628cff4525

Ronnie Sahlberg sahlberg at samba.org
Wed May 28 22:24:22 GMT 2008


The branch, master has been updated
       via  f0b55adae450cac3cf925e111e1dc9628cff4525 (commit)
      from  30523c443777452cbca4a6924fd33c3f4caac5b6 (commit)

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


- Log -----------------------------------------------------------------
commit f0b55adae450cac3cf925e111e1dc9628cff4525
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Thu May 29 08:19:35 2008 +1000

    debugleves can now be negative   so print their value using %d instead of %u

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

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


Changeset truncated at 500 lines:

diff --git a/tools/ctdb.c b/tools/ctdb.c
index 151179a..c8cfe80 100644
--- a/tools/ctdb.c
+++ b/tools/ctdb.c
@@ -1558,7 +1558,7 @@ static int control_getdebug(struct ctdb_context *ctdb, int argc, const char **ar
 			printf(":Name:Level:\n");
 			printf(":%s:%d:\n",get_debug_by_level(level),level);
 		} else {
-			printf("Node %u is at debug level %s (%u)\n", options.pnn, get_debug_by_level(level), level);
+			printf("Node %u is at debug level %s (%d)\n", options.pnn, get_debug_by_level(level), level);
 		}
 	}
 	return 0;


-- 
CTDB repository


More information about the samba-cvs mailing list