Reducing the log level for a debug message
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 11 Feb 2010 00:54:46 +0000 (11:54 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 16 Feb 2010 00:02:01 +0000 (11:02 +1100)
              DEBUG(DEBUG_DEBUG,("pnn %u starting migration of %08x t\

server/ctdb_call.c

index 3b1b786cbf54ccadbb8c2b38579820ee80a65fa9..6ad9305f330f2789a8b2399c643ebed1b8d166df 100644 (file)
@@ -446,7 +446,7 @@ void ctdb_request_call(struct ctdb_context *ctdb, struct ctdb_req_header *hdr)
                              " of key %s while transaction is active\n",
                              (char *)call->key.dptr));
                } else {
-                       DEBUG(DEBUG_INFO,("pnn %u starting migration of %08x to %u\n",
+                       DEBUG(DEBUG_DEBUG,("pnn %u starting migration of %08x to %u\n",
                                 ctdb->pnn, ctdb_hash(&(call->key)), c->hdr.srcnode));
                        ctdb_call_send_dmaster(ctdb_db, c, &header, &(call->key), &data);
                        talloc_free(data.dptr);