Author: gd
Date: 2006-06-22 08:52:01 +0000 (Thu, 22 Jun 2006)
New Revision: 16458

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

Log:
Increase debuglevel of cli_rpc_pipe_close().

Guenther

Modified:
   branches/SAMBA_3_0/source/libsmb/clientgen.c
   trunk/source/libsmb/clientgen.c


Changeset:
Modified: branches/SAMBA_3_0/source/libsmb/clientgen.c
===================================================================
--- branches/SAMBA_3_0/source/libsmb/clientgen.c        2006-06-22 07:59:42 UTC 
(rev 16457)
+++ branches/SAMBA_3_0/source/libsmb/clientgen.c        2006-06-22 08:52:01 UTC 
(rev 16458)
@@ -367,7 +367,7 @@
        ret = cli_close(cli->cli, cli->fnum);
 
        if (!ret) {
-               DEBUG(0,("cli_rpc_pipe_close: cli_close failed on pipe %s, "
+               DEBUG(1,("cli_rpc_pipe_close: cli_close failed on pipe %s, "
                          "fnum 0x%x "
                          "to machine %s.  Error was %s\n",
                          cli->pipe_name,

Modified: trunk/source/libsmb/clientgen.c
===================================================================
--- trunk/source/libsmb/clientgen.c     2006-06-22 07:59:42 UTC (rev 16457)
+++ trunk/source/libsmb/clientgen.c     2006-06-22 08:52:01 UTC (rev 16458)
@@ -357,7 +357,7 @@
        ret = cli_close(cli->cli, cli->fnum);
 
        if (!ret) {
-               DEBUG(0,("cli_rpc_pipe_close: cli_close failed on pipe %s, "
+               DEBUG(1,("cli_rpc_pipe_close: cli_close failed on pipe %s, "
                          "fnum 0x%x "
                          "to machine %s.  Error was %s\n",
                          cli->pipe_name,

Reply via email to