]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - lastlog.c
Append \n at the end of every debuga
[thirdparty/sarg.git] / lastlog.c
index f60f14385ef0c4cb2fe11edccf037ac5a7e04f37..598c4290e5366e03cac85d684676c46a869e5148 100644 (file)
--- a/lastlog.c
+++ b/lastlog.c
@@ -103,7 +103,7 @@ void mklastlog(const char *outdir)
       }
 
       if(debug)
-         debuga("%s: %s",_("Removing old report file"),gwarea.current);
+         debuga(_("Removing old report file: %s\n"),gwarea.current);
       if (snprintf(temp,sizeof(temp),"%s%s",outdir,gwarea.current)>=sizeof(temp)) {
          fprintf(stderr,"SARG: Directory name too long: %s%s\n",outdir,gwarea.current);
          exit(1);