The branch, master has been updated
       via  411c52a s3: Fix two debug messages
      from  81e48df s4/server: simplify and replace bad portable gettimeofday 
by time

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 411c52aba33a01afc5a2824183f5ebdaa144ab49
Author: Volker Lendecke <[email protected]>
Date:   Mon Jun 6 12:41:26 2011 +0200

    s3: Fix two debug messages
    
    Autobuild-User: Volker Lendecke <[email protected]>
    Autobuild-Date: Mon Jun  6 14:11:06 CEST 2011 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/lib/messages.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/messages.c b/source3/lib/messages.c
index 7b2b8c1..932d478 100644
--- a/source3/lib/messages.c
+++ b/source3/lib/messages.c
@@ -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;
                }


-- 
Samba Shared Repository

Reply via email to