[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-3094-g7c53cde

Jeremy Allison jra at samba.org
Thu Oct 16 01:08:50 GMT 2008


The branch, v3-2-test has been updated
       via  7c53cde257515e7bfffc8f3c0b54b7c99554d240 (commit)
      from  84d9c849dd71d5b07de3239740d3874998ecbd8c (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 7c53cde257515e7bfffc8f3c0b54b7c99554d240
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Oct 15 18:08:07 2008 -0700

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

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

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


Changeset truncated at 500 lines:

diff --git a/source/rpc_client/cli_pipe.c b/source/rpc_client/cli_pipe.c
index 35256d7..35b5a8d 100644
--- a/source/rpc_client/cli_pipe.c
+++ b/source/rpc_client/cli_pipe.c
@@ -2221,7 +2221,7 @@ static struct rpc_pipe_client *cli_rpc_pipe_open(struct cli_state *cli, int pipe
 	fnum = cli_nt_create(cli, result->pipe_name, DESIRED_ACCESS_PIPE);
 
 	if (fnum == -1) {
-		DEBUG(1,("cli_rpc_pipe_open: cli_nt_create failed on pipe %s "
+		DEBUG(3,("cli_rpc_pipe_open: cli_nt_create failed on pipe %s "
 			 "to machine %s.  Error was %s\n",
 			 result->pipe_name, cli->desthost,
 			 cli_errstr(cli)));


-- 
Samba Shared Repository


More information about the samba-cvs mailing list