]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix malware message typo
authorEric Bollengier <eric@baculasystems.com>
Wed, 2 Aug 2023 13:52:17 +0000 (15:52 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:57:01 +0000 (13:57 +0200)
bacula/src/dird/malware.c

index 5f74fd0eddd4fd9e5a3f6649a53b10540557286b..d484c9e8645fafbe71e87cb17f1b6eb9338926b7 100644 (file)
@@ -366,7 +366,7 @@ int check_malware(JCR *jcr, const char *jobids, POOLMEM **errmsg)
    }
 
    if (nb > 0) {
-      Mmsg(errmsg, _("[DE0056] Found malware(s) on JobId %s"), jobids);
+      Mmsg(errmsg, _("[DE0056] Found malware(s) on JobId %s\n"), jobids);
       return 1;
    }
    /* Leave a message */