diff options
author | Alexander Bokovoy <ab@samba.org> | 2003-07-24 11:37:11 +0000 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2003-07-24 11:37:11 +0000 |
commit | ae6a63fa469e77746003d7a3d2bd3df49426ffb4 (patch) | |
tree | a7a0417c838cc539d28da1d942c1218ea30b3e6d /source3 | |
parent | a9c0fcfa371896755975b8c7267fae19203bee8e (diff) | |
download | samba-ae6a63fa469e77746003d7a3d2bd3df49426ffb4.tar.gz samba-ae6a63fa469e77746003d7a3d2bd3df49426ffb4.tar.bz2 samba-ae6a63fa469e77746003d7a3d2bd3df49426ffb4.zip |
Rise debug level to 5 for not-found-nt-quota message (quota setting for user wasn't found)
(This used to be commit 422dffdc40742091df027fcffbc074eb2b1396dc)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/ntquotas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/ntquotas.c b/source3/smbd/ntquotas.c index 2e865000ec..88d7c4e164 100644 --- a/source3/smbd/ntquotas.c +++ b/source3/smbd/ntquotas.c @@ -188,7 +188,7 @@ int vfs_get_user_ntquota_list(files_struct *fsp, SMB_NTQUOTA_LIST **qt_list) } if (vfs_get_ntquota(fsp, SMB_USER_QUOTA_TYPE, &sid, &tmp_qt)!=0) { - DEBUG(1,("no quota entry for sid[%s] path[%s]\n", + DEBUG(5,("no quota entry for sid[%s] path[%s]\n", sid_string_static(&sid),fsp->conn->connectpath)); continue; } |