# HG changeset patch # User Timo Sirainen # Date 1252686363 14400 # Node ID a493ceb26615cb34be3ba2d495b0708adab49d93 # Parent f6d668562f5f25d797f7626142070a58fa9ed90a master: Startup warnings written to stderr should end with LF. 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 @@ 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"); } }