ctdb-freeze: Fix a log message
authorAmitay Isaacs <amitay@gmail.com>
Tue, 15 Sep 2015 06:13:10 +0000 (16:13 +1000)
committerAmitay Isaacs <amitay@samba.org>
Wed, 7 Oct 2015 12:53:27 +0000 (14:53 +0200)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/server/ctdb_freeze.c

index d90444a9db9ca4c85bee4e8b8b85bf23a1f763db..0f971e7aa54f301f6672f3af4bb97004c7409f40 100644 (file)
@@ -307,7 +307,7 @@ static int ctdb_freeze_handle_destructor(struct ctdb_freeze_handle *h)
 {
        struct ctdb_context *ctdb = h->ctdb;
 
-       DEBUG(DEBUG_ERR,("Release freeze handler for prio %u\n", h->priority));
+       DEBUG(DEBUG_ERR,("Release freeze handle for prio %u\n", h->priority));
 
        /* cancel any pending transactions */
        if (ctdb->freeze_transaction_started) {