dovecot: Error message fix.

dovecot at dovecot.org dovecot at dovecot.org
Sat Sep 15 17:02:39 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/91db6ee4de5e
changeset: 6399:91db6ee4de5e
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Sep 15 17:00:00 2007 +0300
description:
Error message fix.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/master/master-settings.c |    2 +-

diffs (12 lines):

diff -r e41718b974d2 -r 91db6ee4de5e src/master/master-settings.c
--- a/src/master/master-settings.c	Sat Sep 15 16:59:08 2007 +0300
+++ b/src/master/master-settings.c	Sat Sep 15 17:00:00 2007 +0300
@@ -1405,7 +1405,7 @@ settings_warn_needed_fds(struct server_s
 		i_warning("fd limit %d is lower than what Dovecot can use under "
 			  "full load (more than %u). Either grow the limit or "
 			  "change login_max_processes_count and "
-			  "mail_max_processes settings",
+			  "max_mail_processes settings",
 			  (int)rlim.rlim_cur, fd_count);
 	}
 #endif


More information about the dovecot-cvs mailing list