1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

Debug cleanups.

This commit is contained in:
Tim Potter
-
parent e9ceb17d77
commit e98f948123

View 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;
}