dovecot-2.2: stats: Removed extra TAB from global stats exporting.

dovecot at dovecot.org dovecot at dovecot.org
Thu Nov 20 13:03:43 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/5de5be00b369
changeset: 18104:5de5be00b369
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Nov 20 22:03:25 2014 +0900
description:
stats: Removed extra TAB from global stats exporting.

diffstat:

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

diffs (12 lines):

diff -r df1d0c0e7ae2 -r 5de5be00b369 src/stats/client-export.c
--- a/src/stats/client-export.c	Thu Nov 20 15:15:20 2014 +0900
+++ b/src/stats/client-export.c	Thu Nov 20 22:03:25 2014 +0900
@@ -490,7 +490,7 @@
 	}
 
 	str_truncate(cmd->str, 0);
-	str_printfa(cmd->str, "\t%ld", (long)g->reset_timestamp);
+	str_printfa(cmd->str, "%ld", (long)g->reset_timestamp);
 	client_export_timeval(cmd->str, &g->last_update);
 	str_printfa(cmd->str, "\t%u\t%u\t%u",
 		    g->num_logins, g->num_cmds, g->num_connected_sessions);


More information about the dovecot-cvs mailing list