The branch, master has been updated
       via  969a2fc4dd5296dbe5a92742e984e1ce4c5d50c0 (commit)
      from  42a8de780bc72b6c54cbb5ecc2b0534e232fd326 (commit)

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


- Log -----------------------------------------------------------------
commit 969a2fc4dd5296dbe5a92742e984e1ce4c5d50c0
Author: Jeremy Allison <[EMAIL PROTECTED]>
Date:   Wed Oct 15 18:07:15 2008 -0700

    Don't use debug level 1 to log a trivial message.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c
index f32a33f..9d566ea 100644
--- a/source3/rpc_client/cli_pipe.c
+++ b/source3/rpc_client/cli_pipe.c
@@ -2906,7 +2906,7 @@ static NTSTATUS rpc_pipe_open_np(struct cli_state *cli,
        fnum = cli_nt_create(cli, result->trans.np.pipe_name,
                             DESIRED_ACCESS_PIPE);
        if (fnum == -1) {
-               DEBUG(1,("rpc_pipe_open_np: cli_nt_create failed on pipe %s "
+               DEBUG(3,("rpc_pipe_open_np: cli_nt_create failed on pipe %s "
                         "to machine %s.  Error was %s\n",
                         result->trans.np.pipe_name, cli->desthost,
                         cli_errstr(cli)));


-- 
Samba Shared Repository

Reply via email to