r1939: Ensure with my new change we set extended security in flags2 in
[tprouty/samba.git] / source / smbd / ntquotas.c
index 2e865000ecc333325004134d5eed441e77eaef4b..555f32d773fd2301fca256fe696537fc3ca036d9 100644 (file)
@@ -20,6 +20,9 @@
 
 #include "includes.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_QUOTA
+
 static SMB_BIG_UINT limit_nt2unix(SMB_BIG_UINT in, SMB_BIG_UINT bsize)
 {
        SMB_BIG_UINT ret = (SMB_BIG_UINT)0;
@@ -188,7 +191,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;
                }