quota: also log which fs type we found
authorBjörn Jacke <bj@sernet.de>
Fri, 14 Sep 2012 18:46:45 +0000 (20:46 +0200)
committerBjoern Jacke <bj@sernet.de>
Sat, 15 Sep 2012 00:18:16 +0000 (02:18 +0200)
Autobuild-User(master): Björn Jacke <bj@sernet.de>
Autobuild-Date(master): Sat Sep 15 02:18:16 CEST 2012 on sn-devel-104

source3/lib/sysquotas.c

index c531666292dc23caa3767ae7c1460b696ba46b9a..97dd49de96b40be866a28d9ff25aa8d683490c2a 100644 (file)
@@ -406,7 +406,7 @@ int sys_get_quota(const char *path, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DI
        }
 
        errno = 0;
-       DEBUG(10,("sys_get_quota() uid(%u, %u)\n", (unsigned)getuid(), (unsigned)geteuid()));
+       DEBUG(10,("sys_get_quota() uid(%u, %u), fs(%s)\n", (unsigned)getuid(), (unsigned)geteuid(), fs));
 
        for (i=0;(fs && sys_quota_backends[i].name && sys_quota_backends[i].get_quota);i++) {
                if (strcmp(fs,sys_quota_backends[i].name)==0) {