dovecot-2.2: fts-lucene: Include the mailbox name also in the re...

dovecot at dovecot.org dovecot at dovecot.org
Thu Sep 11 13:13:08 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/73eb8be089a5
changeset: 17790:73eb8be089a5
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Sep 11 16:12:38 2014 +0300
description:
fts-lucene: Include the mailbox name also in the rebuilding warning.

diffstat:

 src/plugins/fts-lucene/fts-backend-lucene.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r f3df2eb2ce8e -r 73eb8be089a5 src/plugins/fts-lucene/fts-backend-lucene.c
--- a/src/plugins/fts-lucene/fts-backend-lucene.c	Thu Sep 11 16:11:37 2014 +0300
+++ b/src/plugins/fts-lucene/fts-backend-lucene.c	Thu Sep 11 16:12:38 2014 +0300
@@ -197,7 +197,8 @@
 		if (!fts_index_have_compatible_settings(_backend->ns->list,
 							set_checksum)) {
 			/* need to rebuild the index */
-			i_warning("fts-lucene: Settings have changed, rebuilding index");
+			i_warning("fts-lucene: Settings have changed, rebuilding index for mailbox %s",
+				  mailbox_get_vname(box));
 			*last_uid_r = 0;
 		} else {
 			*last_uid_r = hdr.last_indexed_uid;


More information about the dovecot-cvs mailing list