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

dovecot at dovecot.org dovecot at dovecot.org
Fri Sep 11 19:50:22 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/cb3760f21777
changeset: 9927:cb3760f21777
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Sep 11 12:26:05 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 2f2e1a3ae633 -r cb3760f21777 src/master/main.c
--- a/src/master/main.c	Fri Sep 11 12:24:19 2009 -0400
+++ b/src/master/main.c	Fri Sep 11 12:26:05 2009 -0400
@@ -190,7 +190,7 @@ static void fatal_log_check(const struct
 	else {
 		buf[ret] = '\0';
 		fprintf(stderr, "Last died with error (see error log for more "
-			"information): %s", buf);
+			"information): %s\n", buf);
 	}
 
 	close(fd);
@@ -253,7 +253,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