changeset 9379:a493ceb26615 HEAD

master: Startup warnings written to stderr should end with LF.
author Timo Sirainen <tss@iki.fi>
date Fri, 11 Sep 2009 12:26:03 -0400
parents f6d668562f5f
children fe063e0d7109
files src/master/main.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 	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 @@
 		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");
 	}
 }