[dovecot-cvs] dovecot/src/lib failures.c,1.27.2.7,1.27.2.8

tss at dovecot.org tss at dovecot.org
Thu Mar 15 15:58:36 EET 2007


Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv10663

Modified Files:
      Tag: branch_1_0
	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.27.2.7
retrieving revision 1.27.2.8
diff -u -d -r1.27.2.7 -r1.27.2.8
--- failures.c	8 Mar 2007 18:27:50 -0000	1.27.2.7
+++ failures.c	15 Mar 2007 13:58:33 -0000	1.27.2.8
@@ -348,7 +348,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