Bug 23571: (QA follow-up) Add missing newline in warning
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 13 Apr 2020 18:50:54 +0000 (15:50 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 14 Apr 2020 15:59:15 +0000 (16:59 +0100)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

misc/cronjobs/fines.pl

index 10287bb..9f61c0f 100755 (executable)
@@ -84,7 +84,7 @@ try {
 }
 catch {
     my $message = "Skipping execution of $0 ($_)";
-    print STDERR $message
+    print STDERR "$message\n"
         if $verbose;
     cronlogaction( $message );
     exit;