client: lower debug level of transaction-active-retry message to DEBUG
authorMichael Adam <obnox@samba.org>
Wed, 9 Dec 2009 12:48:49 +0000 (13:48 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 9 Dec 2009 20:56:59 +0000 (21:56 +0100)
This reduces some noise.

Michael

client/ctdb_client.c

index aa462fb8f39d90ec8f51aa64564a4e81fb216799..ab9aad3bc0524b3375518cf6412c4dbafc06ded4 100644 (file)
@@ -3229,10 +3229,10 @@ again:
                                              ctdb_db->db_id);
        if (status == 1) {
                unsigned long int usec = (1000 + random()) % 100000;
-               DEBUG(DEBUG_NOTICE, (__location__ " transaction is active "
-                                    "on db_id[0x%08x]. waiting for %lu "
-                                    "microseconds\n",
-                                    ctdb_db->db_id, usec));
+               DEBUG(DEBUG_DEBUG, (__location__ " transaction is active "
+                                   "on db_id[0x%08x]. waiting for %lu "
+                                   "microseconds\n",
+                                   ctdb_db->db_id, usec));
                talloc_free(tmp_ctx);
                usleep(usec);
                goto again;