From: Frédéric Marchal Date: Mon, 16 Jul 2012 11:56:06 +0000 (+0200) Subject: Add a missing \n at the end of a message X-Git-Tag: v2.3.3~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=49bc635869cb4c1e85355e406bb2a91d8e99e969;p=thirdparty%2Fsarg.git Add a missing \n at the end of a message --- diff --git a/report.c b/report.c index e91acae..42df63f 100644 --- a/report.c +++ b/report.c @@ -744,7 +744,7 @@ static void grava_SmartFilter(const char *dirname, const char *user, const char char wdirname[MAXLEN]; if (snprintf(wdirname,sizeof(wdirname),"%s/smartfilter.int_unsort",dirname)>=sizeof(wdirname)) { - debuga(_("File name too long for %s/smartfilter.int_unsort"),dirname); + debuga(_("File name too long for %s/smartfilter.int_unsort\n"),dirname); exit(EXIT_FAILURE); }