]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Add a missing \n at the end of a message
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Mon, 16 Jul 2012 11:56:06 +0000 (13:56 +0200)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Mon, 16 Jul 2012 11:56:06 +0000 (13:56 +0200)
report.c

index e91acae321c69c675d263d07bfc6e1d417dfeeb4..42df63f7238df948b55fef5523344bbfff5887b9 100644 (file)
--- 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);
        }