dovecot-2.0: quota-fs: Log also mountpoint type with mail_debug=...
dovecot at dovecot.org
dovecot at dovecot.org
Fri May 28 18:52:27 EEST 2010
details: http://hg.dovecot.org/dovecot-2.0/rev/e502f52f160c
changeset: 11423:e502f52f160c
user: Timo Sirainen <tss at iki.fi>
date: Fri May 28 16:52:24 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 e7b0366f9cfb -r e502f52f160c src/plugins/quota/quota-fs.c
--- a/src/plugins/quota/quota-fs.c Fri May 28 16:44:14 2010 +0100
+++ b/src/plugins/quota/quota-fs.c Fri May 28 16:52:24 2010 +0100
@@ -279,6 +279,7 @@
i_debug("fs quota add mailbox dir = %s", dir);
i_debug("fs quota block device = %s", mount->device_path);
i_debug("fs quota mount point = %s", mount->mount_path);
+ i_debug("fs quota mount type = %s", mount->type);
}
root = fs_quota_root_find_mountpoint(quota, mount);
More information about the dovecot-cvs
mailing list