dovecot-2.0: istream-file: Minor error message fix.

dovecot at dovecot.org dovecot at dovecot.org
Mon Nov 15 18:33:31 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/8a28deb29320
changeset: 12421:8a28deb29320
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Nov 15 16:25:23 2010 +0000
description:
istream-file: Minor error message fix.

diffstat:

 src/lib/istream-file.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r bb6fc4e13bc9 -r 8a28deb29320 src/lib/istream-file.c
--- a/src/lib/istream-file.c	Mon Nov 15 16:22:08 2010 +0000
+++ b/src/lib/istream-file.c	Mon Nov 15 16:25:23 2010 +0000
@@ -159,7 +159,7 @@
 		}
 	} else {
 		if (stat(name, &stream->statbuf) < 0) {
-			i_error("file_istream.fstat(%s) failed: %m", name);
+			i_error("file_istream.stat(%s) failed: %m", name);
 			return NULL;
 		}
 	}


More information about the dovecot-cvs mailing list