1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

Raise some debug levels.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett -
parent 5841ca54b6
commit 5c0e4ecfaf
2 changed files with 2 additions and 2 deletions

View File

@ -1615,7 +1615,7 @@ static int call_nt_transact_ioctl(connection_struct *conn,
static BOOL logged_message = False;
if(!logged_message) {
DEBUG(0,("call_nt_transact_ioctl: Currently not implemented.\n"));
DEBUG(3,("call_nt_transact_ioctl: Currently not implemented.\n"));
logged_message = True; /* Only print this once... */
}
return ERROR_DOS(ERRSRV,ERRnosupport);

View File

@ -1164,7 +1164,7 @@ files_struct *open_directory(connection_struct *conn, char *fname, SMB_STRUCT_ST
*/
if(!got_stat) {
DEBUG(0,("open_directory: unable to stat name = %s. Error was %s\n",
DEBUG(3,("open_directory: unable to stat name = %s. Error was %s\n",
fname, strerror(errno) ));
file_free(fsp);
return NULL;