svn commit: samba r8068 - in branches/SAMBA_4_0/source/librpc/rpc: .

tridge at samba.org tridge at samba.org
Sat Jul 2 05:18:34 GMT 2005


Author: tridge
Date: 2005-07-02 05:18:33 +0000 (Sat, 02 Jul 2005)
New Revision: 8068

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

Log:
reduced the verbosity of the EPM code

Modified:
   branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c
===================================================================
--- branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c	2005-07-02 05:18:01 UTC (rev 8067)
+++ branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c	2005-07-02 05:18:33 UTC (rev 8068)
@@ -1016,7 +1016,7 @@
 				 pipe_uuid, nt_errstr(status)));
 			return status;
 		}
-		DEBUG(1,("Mapped to DCERPC/NP pipe %s\n", binding->endpoint));
+		DEBUG(2,("Mapped to DCERPC/NP pipe %s\n", binding->endpoint));
 	}
 
 	pipe_name = binding->endpoint;
@@ -1050,7 +1050,7 @@
 				 pipe_uuid, nt_errstr(status)));
 			return status;
 		}
-		DEBUG(1,("Mapped to DCERPC/LRPC identifier %s\n", binding->endpoint));
+		DEBUG(2,("Mapped to DCERPC/LRPC identifier %s\n", binding->endpoint));
 	}
 
 	status = dcerpc_pipe_open_pipe(p->conn, binding->endpoint);
@@ -1111,7 +1111,7 @@
 				 pipe_uuid, nt_errstr(status)));
 			return status;
 		}
-		DEBUG(1,("Mapped to DCERPC/TCP port %s\n", binding->endpoint));
+		DEBUG(2,("Mapped to DCERPC/TCP port %s\n", binding->endpoint));
 	}
 
 	port = atoi(binding->endpoint);



More information about the samba-cvs mailing list