From: Frederic Marchal Date: Mon, 5 Jan 2015 12:46:53 +0000 (+0100) Subject: Add missing line break X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c422a910e5caeabbd1dfe64322914db614579ee;p=thirdparty%2Fsarg.git Add missing line break The line break was printed on stdout instead of stderr. The debug output was therefore broken. --- diff --git a/log.c b/log.c index a72c52b..c2b8d37 100644 --- a/log.c +++ b/log.c @@ -1654,7 +1654,7 @@ int main(int argc,char *argv[]) if(debug) { debuga(_("Period: %s"),period.text); - putchar('\n'); + debuga_more("\n"); } if(fp_denied)