svn commit: samba r12236 - in branches/SAMBA_3_0: . source/rpc_client

derrell at samba.org derrell at samba.org
Wed Dec 14 18:17:05 GMT 2005


Author: derrell
Date: 2005-12-14 18:17:05 +0000 (Wed, 14 Dec 2005)
New Revision: 12236

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12236

Log:
 r11740 at cabra:  derrell | 2005-12-14 13:16:58 -0500
 check in the DEBUG message referenced in the previous commit

Modified:
   branches/SAMBA_3_0/
   branches/SAMBA_3_0/source/rpc_client/cli_pipe.c


Changeset:

Property changes on: branches/SAMBA_3_0
___________________________________________________________________
Name: svk:merge
   - 3a72dc49-98ff-0310-ab52-9b7ed7945d91:/local/samba3:11738
   + 3a72dc49-98ff-0310-ab52-9b7ed7945d91:/local/samba3:11740

Modified: branches/SAMBA_3_0/source/rpc_client/cli_pipe.c
===================================================================
--- branches/SAMBA_3_0/source/rpc_client/cli_pipe.c	2005-12-14 18:15:54 UTC (rev 12235)
+++ branches/SAMBA_3_0/source/rpc_client/cli_pipe.c	2005-12-14 18:17:05 UTC (rev 12236)
@@ -2189,7 +2189,7 @@
 	fnum = cli_nt_create(cli, result->pipe_name, DESIRED_ACCESS_PIPE);
 
 	if (fnum == -1) {
-		DEBUG(0,("cli_rpc_pipe_open: cli_nt_create failed on pipe %s "
+		DEBUG(1,("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)));



More information about the samba-cvs mailing list