dovecot-2.0: lib-storage: Log alt path when mail_debug=yes

dovecot at dovecot.org dovecot at dovecot.org
Tue Aug 16 22:36:31 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/46bf11666cdd
changeset: 12877:46bf11666cdd
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Aug 16 22:36:23 2011 +0300
description:
lib-storage: Log alt path when mail_debug=yes

diffstat:

 src/lib-storage/mailbox-list.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 17d7aceda8ba -r 46bf11666cdd src/lib-storage/mailbox-list.c
--- a/src/lib-storage/mailbox-list.c	Tue Aug 16 22:27:18 2011 +0300
+++ b/src/lib-storage/mailbox-list.c	Tue Aug 16 22:36:23 2011 +0300
@@ -183,14 +183,15 @@
 	}
 
 	if (ns->mail_set->mail_debug) {
-		i_debug("%s: root=%s, index=%s, control=%s, inbox=%s",
+		i_debug("%s: root=%s, index=%s, control=%s, inbox=%s, alt=%s",
 			list->name,
 			list->set.root_dir == NULL ? "" : list->set.root_dir,
 			list->set.index_dir == NULL ? "" : list->set.index_dir,
 			list->set.control_dir == NULL ?
 			"" : list->set.control_dir,
 			list->set.inbox_path == NULL ?
-			"" : list->set.inbox_path);
+			"" : list->set.inbox_path,
+			list->set.alt_dir == NULL ? "" : list->set.alt_dir);
 	}
 	mail_namespace_finish_list_init(ns, list);
 


More information about the dovecot-cvs mailing list