diff options
author | Tim Potter <tpot@samba.org> | 2001-08-10 07:41:18 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-08-10 07:41:18 +0000 |
commit | 5c47841335059ace57dfbf03e35872504d86b447 (patch) | |
tree | dbe118cd99ed1533afcb9474878cf858cb0deb37 /source3/libsmb | |
parent | ea43baeeb01dd302f3c5bfecb5d642228b029c3c (diff) | |
download | samba-5c47841335059ace57dfbf03e35872504d86b447.tar.gz samba-5c47841335059ace57dfbf03e35872504d86b447.tar.bz2 samba-5c47841335059ace57dfbf03e35872504d86b447.zip |
Debug cleanups.
(This used to be commit e98f9481235dce9a0a76450b84769b86eca57ca2)
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/clierror.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/libsmb/clierror.c b/source3/libsmb/clierror.c index bb2bbd0dff..022e808fea 100644 --- a/source3/libsmb/clierror.c +++ b/source3/libsmb/clierror.c @@ -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; } |