dovecot-1.2: quota-fs: Log also mountpoint type with mail_debug=...

dovecot at dovecot.org dovecot at dovecot.org
Fri May 28 18:52:26 EEST 2010


details:   http://hg.dovecot.org/dovecot-1.2/rev/eaba4cfeaa44
changeset: 9576:eaba4cfeaa44
user:      Timo Sirainen <tss at iki.fi>
date:      Fri May 28 16:52:23 2010 +0100
description:
quota-fs: Log also mountpoint type with mail_debug=yes.

diffstat:

 src/plugins/quota/quota-fs.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

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);


More information about the dovecot-cvs mailing list