dovecot-2.0: lib-storage: Changed debug message to sound less li...

dovecot at dovecot.org dovecot at dovecot.org
Fri Sep 16 12:57:52 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/99e1a9aa03f7
changeset: 12926:99e1a9aa03f7
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Sep 16 12:57:40 2011 +0300
description:
lib-storage: Changed debug message to sound less like an error message.

diffstat:

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

diffs (15 lines):

diff -r 327698228158 -r 99e1a9aa03f7 src/lib-storage/mailbox-list.c
--- a/src/lib-storage/mailbox-list.c	Fri Sep 16 12:21:02 2011 +0300
+++ b/src/lib-storage/mailbox-list.c	Fri Sep 16 12:57:40 2011 +0300
@@ -434,8 +434,9 @@
 			mailbox_list_set_critical(list, "stat(%s) failed: %m",
 						  path);
 		} else if (list->mail_set->mail_debug) {
-			i_debug("Namespace %s: Permission lookup failed from %s",
-			       list->ns->prefix, path);
+			i_debug("Namespace %s: %s doesn't exist yet, "
+				"using default permissions",
+				list->ns->prefix, path);
 		}
 		if (name != NULL) {
 			/* return defaults */


More information about the dovecot-cvs mailing list