fixed a warning
authorAndrew Tridgell <tridge@samba.org>
Fri, 4 Jan 2008 01:42:10 +0000 (12:42 +1100)
committerAndrew Tridgell <tridge@samba.org>
Fri, 4 Jan 2008 01:42:10 +0000 (12:42 +1100)
server/ctdb_recoverd.c

index 920f338c53d31fa98f7d5f2a0bac4c2058d46158..45b132d20263fb225a1b3eb92a73bf9f94f6c35d 100644 (file)
@@ -113,7 +113,7 @@ static void ctdb_ban_timeout(struct event_context *ev, struct timed_event *te, s
        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);
 }