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

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


The branch, v3-3-test has been updated
       via  83a4cfb33c375b9be05471d7047fd5fbdecbba96 (commit)
      from  c780a666920a5efc06b29335d4ae78f1eca6b66a (commit)

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


- Log -----------------------------------------------------------------
commit 83a4cfb33c375b9be05471d7047fd5fbdecbba96
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Oct 15 18:06:54 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 41dde87..1442a3c 100644
--- a/source/rpc_client/cli_pipe.c
+++ b/source/rpc_client/cli_pipe.c
@@ -2909,7 +2909,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


More information about the samba-cvs mailing list