client: log db_id as 8-digit hex in ctdb_transaction_fetch_start()
authorMichael Adam <obnox@samba.org>
Thu, 29 Oct 2009 12:45:38 +0000 (13:45 +0100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 29 Oct 2009 22:28:49 +0000 (09:28 +1100)
Michael

client/ctdb_client.c

index 283b7886cfb25a92b5b1c7aa5de3e54f51674f58..8faa5ddd22d791549605ea7bd802fd30f8109ee4 100644 (file)
@@ -3218,7 +3218,7 @@ again:
                                              ctdb_db->db_id);
        if (status == 1) {
                DEBUG(DEBUG_NOTICE, (__location__ " transaction is active "
-                                    "on db_id[%u]. waiting for 1 second\n",
+                                    "on db_id[0x%08x]. waiting for 1 second\n",
                                     ctdb_db->db_id));
                sleep(1);
                goto again;