# HG changeset patch # User Timo Sirainen # Date 1275061943 -3600 # Node ID eaba4cfeaa44833515fb1f3806f3fb169e8b59b2 # Parent 0a00dcc4f0eacd66e41127f91b053a3e5c1d2636 quota-fs: Log also mountpoint type with mail_debug=yes. diff -r 0a00dcc4f0ea -r eaba4cfeaa44 src/plugins/quota/quota-fs.c --- a/src/plugins/quota/quota-fs.c Wed May 26 17:07:51 2010 +0100 +++ b/src/plugins/quota/quota-fs.c Fri May 28 16:52:23 2010 +0100 @@ -264,6 +264,7 @@ i_info("fs quota add storage dir = %s", dir); i_info("fs quota block device = %s", mount->device_path); i_info("fs quota mount point = %s", mount->mount_path); + i_info("fs quota mount type = %s", mount->type); } root = fs_quota_root_find_mountpoint(quota, mount);