From bc0e8c45ce698e35ed37ecee8c2c9ddf382e2ef8 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 17 Jul 2012 14:57:44 +0300 Subject: [PATCH] master: "/X is no longer mounted" warning now points to wiki page. --- src/master/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/master/main.c b/src/master/main.c index 8bdc851cf6..5eb5eb9c03 100644 --- a/src/master/main.c +++ b/src/master/main.c @@ -299,8 +299,7 @@ static void mountpoints_warn_missing(struct mountpoint_list *mountpoints) 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); } } -- 2.47.3