dovecot-1.1: istream-seekable: Log file creation error as creat(...

dovecot at dovecot.org dovecot at dovecot.org
Sun Jul 20 18:16:50 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/b7ea1c010f4d
changeset: 7765:b7ea1c010f4d
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Jul 20 18:16:46 2008 +0300
description:
istream-seekable: Log file creation error as creat() failure, not open().

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/lib/istream-seekable.c |    2 +-

diffs (12 lines):

diff -r 6e752477f75c -r b7ea1c010f4d src/lib/istream-seekable.c
--- a/src/lib/istream-seekable.c	Sun Jul 20 17:56:52 2008 +0300
+++ b/src/lib/istream-seekable.c	Sun Jul 20 18:16:46 2008 +0300
@@ -98,7 +98,7 @@ static int copy_to_temp_file(struct seek
 			break;
 
 		if (errno != EEXIST) {
-			i_error("open(%s) failed: %m", path);
+			i_error("creat(%s) failed: %m", path);
 			return -1;
 		}
 	}


More information about the dovecot-cvs mailing list