From 85537631da42f696b4a0c2f6e18064692094c7f6 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 10 Feb 2010 02:03:56 +0100 Subject: Cleanup: change " \n" to "\n" where appropriate. --- fetchmail.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index cfeb5774..cb1bc900 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -584,7 +584,7 @@ int main(int argc, char **argv) exit(rc); } } - report(stdout, GT_("starting fetchmail %s daemon \n"), VERSION); + report(stdout, GT_("starting fetchmail %s daemon\n"), VERSION); /* * We'll set up a handler for these when we're sleeping, @@ -600,9 +600,9 @@ int main(int argc, char **argv) if (run.logfile && !nodetach && access(run.logfile, F_OK) == 0) { if (!freopen(run.logfile, "a", stdout)) - report(stderr, GT_("could not open %s to append logs to \n"), run.logfile); + report(stderr, GT_("could not open %s to append logs to\n"), run.logfile); if (!freopen(run.logfile, "a", stderr)) - report(stdout, GT_("could not open %s to append logs to \n"), run.logfile); + report(stdout, GT_("could not open %s to append logs to\n"), run.logfile); if (run.use_syslog) report(stdout, GT_("fetchmail: Warning: syslog and logfile are set. Check both for logs!\n")); } -- cgit v1.2.3