changeset 21464:6fc89fa8bd23

dict: Fix error logging if TIMESTAMP parameters are wrong.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 02 Feb 2017 11:47:24 +0200
parents 0924bd1d77b3
children eef5c6cc06f8
files src/dict/dict-commands.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dict/dict-commands.c	Thu Feb 02 11:32:50 2017 +0200
+++ b/src/dict/dict-commands.c	Thu Feb 02 11:47:24 2017 +0200
@@ -562,7 +562,7 @@
 	if (str_array_length(args) != 3 ||
 	    str_to_llong(args[1], &tv_sec) < 0 ||
 	    str_to_uint(args[2], &tv_nsec) < 0) {
-		i_error("dict client: ATOMIC_INC: broken input");
+		i_error("dict client: TIMESTAMP: broken input");
 		return -1;
 	}