dovecot-2.2: fts: Minor error messagage prefix change.

dovecot at dovecot.org dovecot at dovecot.org
Fri Apr 24 11:10:33 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/066db31d4dea
changeset: 18473:066db31d4dea
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Apr 24 14:08:51 2015 +0300
description:
fts: Minor error messagage prefix change.

diffstat:

 src/plugins/fts/fts-build-mail.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 6d5240e7d344 -r 066db31d4dea src/plugins/fts/fts-build-mail.c
--- a/src/plugins/fts/fts-build-mail.c	Fri Apr 24 14:08:39 2015 +0300
+++ b/src/plugins/fts/fts-build-mail.c	Fri Apr 24 14:08:51 2015 +0300
@@ -312,7 +312,7 @@
 	} else {
 		if (fts_user_language_get(user, lang, &ctx->cur_user_lang,
 					  &error) < 0) {
-			i_error("fts-dovecot: Can't index input because of invalid language '%s' config: %s",
+			i_error("fts: Can't index input because of invalid language '%s' config: %s",
 				lang->name, error);
 			return -1;
 		}


More information about the dovecot-cvs mailing list