dovecot-2.1: stats: Minor error message fix.

dovecot at dovecot.org dovecot at dovecot.org
Sun Sep 4 11:30:18 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.1/rev/583023c4db60
changeset: 13375:583023c4db60
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Sep 04 10:40:58 2011 +0300
description:
stats: Minor error message fix.

diffstat:

 src/stats/mail-session.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 54318eaada67 -r 583023c4db60 src/stats/mail-session.c
--- a/src/stats/mail-session.c	Sun Sep 04 10:30:21 2011 +0300
+++ b/src/stats/mail-session.c	Sun Sep 04 10:40:58 2011 +0300
@@ -37,7 +37,7 @@
 
 static void mail_session_idle_timeout(struct mail_session *session)
 {
-	i_warning("Session %s appears to be have crashed, disconnecting it",
+	i_warning("Session %s appears to have crashed, disconnecting it",
 		  guid_128_to_string(session->guid));
 	mail_session_disconnect(session);
 }


More information about the dovecot-cvs mailing list