Bugzilla – Attachment 102911 Details for
Bug 23571
Add measures to prevent concurrent execution of fines.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23571: (QA follow-up) Add missing newline in warning
Bug-23571-QA-follow-up-Add-missing-newline-in-warn.patch (text/plain), 818 bytes, created by
Jonathan Druart
on 2020-04-14 08:37:02 UTC
(
hide
)
Description:
Bug 23571: (QA follow-up) Add missing newline in warning
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-04-14 08:37:02 UTC
Size:
818 bytes
patch
obsolete
>From e9821b28b5a30570380e7d2a3bf6effb2aecde81 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >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 <tomascohen@theke.io> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 23571
:
96055
|
96056
|
98898
|
98899
|
99263
|
99264
|
99265
|
102772
|
102804
|
102821
|
102844
|
102888
|
102910
| 102911 |
102912