client: fix a debug message (misplaced newline).
authorMichael Adam <obnox@samba.org>
Sat, 11 Jul 2009 22:39:29 +0000 (00:39 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 4 Aug 2009 07:46:39 +0000 (09:46 +0200)
Michael

client/ctdb_client.c

index e6163a62b32594795d32e0cfd5801dc4c627fe31..2e7a0936ff583f548a6b62a0e8913e6538829074 100644 (file)
@@ -2801,7 +2801,7 @@ static void async_callback(struct ctdb_client_control_state *state)
        */
        if (state->state != CTDB_CONTROL_DONE) {
                if ( !data->dont_log_errors) {
-                       DEBUG(DEBUG_ERR,("Async operation failed with state %d\n opcode:%u", state->state, data->opcode));
+                       DEBUG(DEBUG_ERR,("Async operation failed with state %d, opcode:%u\n", state->state, data->opcode));
                }
                data->fail_count++;
                if (data->fail_callback) {