s3: Fix two debug messages
authorVolker Lendecke <vl@samba.org>
Mon, 6 Jun 2011 10:41:26 +0000 (12:41 +0200)
committerVolker Lendecke <vlendec@samba.org>
Mon, 6 Jun 2011 12:11:06 +0000 (14:11 +0200)
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Mon Jun  6 14:11:06 CEST 2011 on sn-devel-104

source3/lib/messages.c

index 7b2b8c1c17e3460d880416341d7fd616fed6e1f5..932d47838d9e0414c83a123cc262a3b122024409 100644 (file)
@@ -205,7 +205,7 @@ struct messaging_context *messaging_init(TALLOC_CTX *mem_ctx,
                status = messaging_ctdbd_init(ctx, ctx, &ctx->remote);
 
                if (!NT_STATUS_IS_OK(status)) {
-                       DEBUG(2, ("messaging_ctdb_init failed: %s\n",
+                       DEBUG(2, ("messaging_ctdbd_init failed: %s\n",
                                  nt_errstr(status)));
                        TALLOC_FREE(ctx);
                        return NULL;
@@ -257,7 +257,7 @@ NTSTATUS messaging_reinit(struct messaging_context *msg_ctx,
                                              &msg_ctx->remote);
 
                if (!NT_STATUS_IS_OK(status)) {
-                       DEBUG(1, ("messaging_ctdb_init failed: %s\n",
+                       DEBUG(1, ("messaging_ctdbd_init failed: %s\n",
                                  nt_errstr(status)));
                        return status;
                }