dovecot-2.2: master: "/X is no longer mounted" warning now point...

dovecot at dovecot.org dovecot at dovecot.org
Fri Aug 10 05:24:40 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/9366cfaefdaa
changeset: 14795:9366cfaefdaa
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jul 17 14:57:44 2012 +0300
description:
master: "/X is no longer mounted" warning now points to wiki page.

diffstat:

 src/master/main.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 892ab0a8ab9c -r 9366cfaefdaa src/master/main.c
--- a/src/master/main.c	Mon Jul 16 23:15:19 2012 +0300
+++ b/src/master/main.c	Tue Jul 17 14:57:44 2012 +0300
@@ -299,8 +299,7 @@
 	while ((rec = mountpoint_list_iter_next(iter)) != NULL) {
 		if (MOUNTPOINT_WRONGLY_NOT_MOUNTED(rec)) {
 			i_warning("%s is no longer mounted. "
-				  "If this is intentional, "
-				  "remove it with doveadm mount",
+				  "See http://wiki2.dovecot.org/Mountpoints",
 				  rec->mount_path);
 		}
 	}


More information about the dovecot-cvs mailing list