From b53c5bcf5bddb8a673d94870bdcfac426a8159ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Fri, 14 Sep 2012 20:46:45 +0200 Subject: [PATCH] quota: also log which fs type we found MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Autobuild-User(master): Björn Jacke Autobuild-Date(master): Sat Sep 15 02:18:16 CEST 2012 on sn-devel-104 --- source3/lib/sysquotas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/lib/sysquotas.c b/source3/lib/sysquotas.c index c531666292d..97dd49de96b 100644 --- a/source3/lib/sysquotas.c +++ b/source3/lib/sysquotas.c @@ -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) { -- 2.11.4.GIT