dovecot-1.2: master: Startup warnings written to stderr should e...

dovecot at dovecot.org dovecot at dovecot.org
Fri Sep 11 19:26:09 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/a493ceb26615
changeset: 9379:a493ceb26615
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Sep 11 12:26:03 2009 -0400
description:
master: Startup warnings written to stderr should end with LF.

diffstat:

1 file changed, 2 insertions(+), 2 deletions(-)
src/master/main.c |    4 ++--

diffs (21 lines):

diff -r f6d668562f5f -r a493ceb26615 src/master/main.c
--- a/src/master/main.c	Thu Sep 10 19:13:51 2009 -0400
+++ b/src/master/main.c	Fri Sep 11 12:26:03 2009 -0400
@@ -96,7 +96,7 @@ static void fatal_log_check(void)
 	else {
 		buf[ret] = '\0';
 		fprintf(stderr, "Last died with error (see error log for more "
-			"information): %s", buf);
+			"information): %s\n", buf);
 	}
 
 	close(fd);
@@ -114,7 +114,7 @@ static void auth_warning_print(const str
 		fprintf(stderr,
 "If you have trouble with authentication failures,\n"
 "enable auth_debug setting. See http://wiki.dovecot.org/WhyDoesItNotWork\n"
-"This message goes away after the first successful login.");
+"This message goes away after the first successful login.\n");
 	}
 }
 


More information about the dovecot-cvs mailing list