changeset 19722:69cf950c6e6f

stats: Minor error message cleanup. FIFO stats can come from auth also, not just mail server.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Mon, 08 Feb 2016 16:21:40 +0200
parents 9d2fa1afc222
children 18f836d56a64
files src/stats/fifo-input-connection.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/stats/fifo-input-connection.c	Mon Feb 08 16:20:46 2016 +0200
+++ b/src/stats/fifo-input-connection.c	Mon Feb 08 16:21:40 2016 +0200
@@ -63,7 +63,7 @@
 	while ((line = i_stream_next_line(conn->input)) != NULL) T_BEGIN {
 		args = t_strsplit_tabescaped(line);
 		if (fifo_input_connection_request(args, &error) < 0)
-			i_error("Mail server input error: %s", error);
+			i_error("FIFO input error: %s", error);
 	} T_END;
 }