Author: jra Date: 2005-09-12 18:29:16 +0000 (Mon, 12 Sep 2005) New Revision: 10177
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10177 Log: Raise level of debug message from zero. Jeremy. Modified: trunk/source/rpc_client/cli_pipe.c Changeset: Modified: trunk/source/rpc_client/cli_pipe.c =================================================================== --- trunk/source/rpc_client/cli_pipe.c 2005-09-12 18:12:53 UTC (rev 10176) +++ trunk/source/rpc_client/cli_pipe.c 2005-09-12 18:29:16 UTC (rev 10177) @@ -1766,7 +1766,7 @@ prs_mem_free(&rpc_out); - DEBUG(0,("rpc_pipe_bind: Remote machine %s pipe %s " + DEBUG(3,("rpc_pipe_bind: Remote machine %s pipe %s " "fnum 0x%x bind request returned ok.\n", cli->cli->desthost, cli->pipe_name,
