1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

client: log db_id as 8-digit hex in ctdb_transaction_fetch_start()

Michael

(This used to be ctdb commit d7b9babda2f7c7f7b95ee19ec75c37200816c6ef)
This commit is contained in:
Michael Adam 2009-10-29 13:45:38 +01:00 committed by Ronnie Sahlberg
parent 1de0c6f807
commit 45c17515c3

View 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;