Rev 699: fixed a warning in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Fri Jan 4 01:42:12 GMT 2008


------------------------------------------------------------
revno: 699
revision-id:tridge at samba.org-20080104014210-blf6n2zugpf9rby3
parent: tridge at samba.org-20080104014153-rnrgmot9n0t4a6fu
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge.kantana
timestamp: Fri 2008-01-04 12:42:10 +1100
message:
  fixed a warning
modified:
  server/ctdb_recoverd.c         recoverd.c-20070503213540-bvxuyd9jm1f7ig90-1
=== modified file 'server/ctdb_recoverd.c'
--- a/server/ctdb_recoverd.c	2008-01-04 01:11:29 +0000
+++ b/server/ctdb_recoverd.c	2008-01-04 01:42:10 +0000
@@ -113,7 +113,7 @@
 	struct ctdb_recoverd *rec = state->rec;
 	uint32_t pnn = state->banned_node;
 
-	DEBUG(0,("Ban timeout. Node %u is now unbanned te:0x%08x\n", pnn, (int)te));
+	DEBUG(0,("Ban timeout. Node %u is now unbanned\n", pnn));
 	ctdb_unban_node(rec, pnn);
 }
 



More information about the samba-cvs mailing list