From e9821b28b5a30570380e7d2a3bf6effb2aecde81 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 13 Apr 2020 15:50:54 -0300 Subject: [PATCH] Bug 23571: (QA follow-up) Add missing newline in warning Signed-off-by: Tomas Cohen Arazi Signed-off-by: Jonathan Druart --- misc/cronjobs/fines.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/cronjobs/fines.pl b/misc/cronjobs/fines.pl index 10287bbaa6..9f61c0f598 100755 --- a/misc/cronjobs/fines.pl +++ b/misc/cronjobs/fines.pl @@ -84,7 +84,7 @@ try { } catch { my $message = "Skipping execution of $0 ($_)"; - print STDERR $message + print STDERR "$message\n" if $verbose; cronlogaction( $message ); exit; -- 2.20.1