]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Debug cleanups.
authorTim Potter <tpot@samba.org>
Fri, 10 Aug 2001 07:41:18 +0000 (07:41 +0000)
committerTim Potter <tpot@samba.org>
Fri, 10 Aug 2001 07:41:18 +0000 (07:41 +0000)
source/libsmb/clierror.c

index bb2bbd0dfff60ef6ebadb0d584ef207b6f03a12d..022e808fea99c98c4707442a72017c09f36d6809 100644 (file)
@@ -115,7 +115,7 @@ uint32 cli_nt_error(struct cli_state *cli)
                    came back does not contain one.  What do we return 
                    here? */
 
-                DEBUG(1, ("ERROR: cli_error() called to read a status code "
+                DEBUG(1, ("ERROR: cli_nt_error() called to read a status code "
                           "from a packet that does not contain one!\n"));
 
                 return NT_STATUS_UNSUCCESSFUL;
@@ -152,8 +152,8 @@ void cli_dos_error(struct cli_state *cli, uint8 *eclass, uint32 *num)
                    came back does not contain one.  What do we return 
                    here? */
 
-                DEBUG(1, ("ERROR: cli_error() called to read a dos error code "
-                          "from a packet that does not contain one!\n"));
+                DEBUG(1, ("ERROR: cli_dos_error() called to read a dos error "
+                          "code from a packet that does not contain one!\n"));
 
                 return;
         }