call: lower the debug message "refusing migration while transction" to lvl INFO
authorMichael Adam <obnox@samba.org>
Wed, 9 Dec 2009 12:43:38 +0000 (13:43 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 9 Dec 2009 20:56:59 +0000 (21:56 +0100)
This gets just too noisy on a busy system.
And it is purley informational anyways...

Michael

server/ctdb_call.c

index cd5286781153c29af140a8623be0acc4e6b3aa9e..82c1304e07591ff7eb7a7c645bed01d500254142 100644 (file)
@@ -442,7 +442,7 @@ void ctdb_request_call(struct ctdb_context *ctdb, struct ctdb_req_header *hdr)
               && header.lacount >= ctdb->tunable.max_lacount)
              || (c->flags & CTDB_IMMEDIATE_MIGRATION)) ) {
                if (ctdb_db->transaction_active) {
-                       DEBUG(DEBUG_WARNING, (__location__ " refusing migration"
+                       DEBUG(DEBUG_INFO, (__location__ " refusing migration"
                              " of key %s while transaction is active\n",
                              (char *)call->key.dptr));
                } else {