]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
master: "/X is no longer mounted" warning now points to wiki page.
authorTimo Sirainen <tss@iki.fi>
Tue, 17 Jul 2012 11:57:44 +0000 (14:57 +0300)
committerTimo Sirainen <tss@iki.fi>
Tue, 17 Jul 2012 11:57:44 +0000 (14:57 +0300)
src/master/main.c

index 8bdc851cf6c07e15b24d0ffc9e16e23677664e68..5eb5eb9c036e12aac4539d42eacd2f3eb175ea97 100644 (file)
@@ -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);
                }
        }