libctdb: clarify logging levels
[sahlberg/ctdb.git] / libctdb / messages.c
index d2d3e4b05c179ce0142a9b3b8c50176e306af489..bab0e8c4cbdf56d103cc9c2633937c6bd5c2e468 100644 (file)
@@ -54,7 +54,7 @@ bool ctdb_set_message_handler_recv(struct ctdb_connection *ctdb,
                return false;
        }
        if (reply->status != 0) {
-               DEBUG(ctdb, LOG_WARNING,
+               DEBUG(ctdb, LOG_ERR,
                      "ctdb_set_message_handler_recv: status %i",
                      reply->status);
                return false;