[dovecot-cvs] dovecot/src/lib failures.c,1.35,1.36
tss at dovecot.org
tss at dovecot.org
Thu Mar 15 15:58:38 EET 2007
Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv10659
Modified Files:
failures.c
Log Message:
Added missing LF from error message
Index: failures.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/failures.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- failures.c 8 Mar 2007 18:27:55 -0000 1.35
+++ failures.c 15 Mar 2007 13:58:36 -0000 1.36
@@ -354,7 +354,7 @@
else {
*file = fopen(path, "a");
if (*file == NULL) {
- fprintf(stderr, "Can't open log file %s: %s",
+ fprintf(stderr, "Can't open log file %s: %s\n",
path, strerror(errno));
failure_exit(FATAL_LOGOPEN);
}
More information about the dovecot-cvs
mailing list