From 49bc635869cb4c1e85355e406bb2a91d8e99e969 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Mon, 16 Jul 2012 13:56:06 +0200 Subject: [PATCH] Add a missing \n at the end of a message --- report.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.2