From: Timo Sirainen Date: Fri, 22 Apr 2016 17:31:02 +0000 (+0300) Subject: lib: Fix to previous istream-timeout commit X-Git-Tag: 2.3.0.rc1~3978 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a77d7cc71b6a1d66fa33516582890c2256516c26;p=thirdparty%2Fdovecot%2Fcore.git lib: Fix to previous istream-timeout commit The one commit I didn't bother putting through all the automated testing stages and I of course forgot to even compile after the last change :( --- diff --git a/src/lib/istream-timeout.c b/src/lib/istream-timeout.c index d5ab1c8fc0..50b23ffc4a 100644 --- a/src/lib/istream-timeout.c +++ b/src/lib/istream-timeout.c @@ -66,7 +66,7 @@ static void i_stream_timeout(struct timeout_istream *tstream) diff/1000, diff%1000, tstream->istream.istream.v_offset, over_msecs < 1000 ? "" : t_strdup_printf( - " (requested timeout in %u s)", tstream->timeout_secs)); + " (requested timeout in %u ms)", tstream->timeout_msecs)); tstream->istream.istream.stream_errno = ETIMEDOUT; i_stream_set_input_pending(tstream->istream.parent, TRUE);