diff src/lib-index/mail-index.c @ 21176:eb5e99ab03d9

lib-index: Revert log flooding prevention / 3c014db6f This was intended only for mmap() errors.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Mon, 21 Nov 2016 13:29:12 +0200
parents 3b909cd1264b
children e87c575aaa1c
line wrap: on
line diff
--- a/src/lib-index/mail-index.c	Sat Nov 19 04:04:02 2016 +0200
+++ b/src/lib-index/mail-index.c	Mon Nov 21 13:29:12 2016 +0200
@@ -768,10 +768,7 @@
 		index->error = i_strdup_vprintf(fmt, va);
 		va_end(va);
 
-		if (ioloop_time != index->last_error_time) {
-			index->last_error_time = ioloop_time;
-			i_error("%s", index->error);
-		}
+		i_error("%s", index->error);
 	}
 }