Bugzilla – Attachment 123180 Details for
Bug 28620
Remove trailing space when logging with log4perl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28620: Replace remaining occurrence in test
Bug-28620-Replace-remaining-occurrence-in-test.patch (text/plain), 876 bytes, created by
Jonathan Druart
on 2021-07-26 09:21:33 UTC
(
hide
)
Description:
Bug 28620: Replace remaining occurrence in test
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-07-26 09:21:33 UTC
Size:
876 bytes
patch
obsolete
>From 438192f85cae4d2d3781e136318bd1db5186849f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 26 Jul 2021 11:19:17 +0200 >Subject: [PATCH] Bug 28620: Replace remaining occurrence in test > >Not useful but won't hurt either. >At least all our occurrences are identical now. >--- > t/Logger.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/Logger.t b/t/Logger.t >index a2a0cc58b81..9aa6819b30d 100755 >--- a/t/Logger.t >+++ b/t/Logger.t >@@ -41,7 +41,7 @@ log4perl.appender.INTRANET=Log::Log4perl::Appender::File > log4perl.appender.INTRANET.filename=$log > log4perl.appender.INTRANET.mode=append > log4perl.appender.INTRANET.layout=PatternLayout >-log4perl.appender.INTRANET.layout.ConversionPattern=[%d] [%p] %m %l %n >+log4perl.appender.INTRANET.layout.ConversionPattern=[%d] [%p] %m %l%n > HERE > ); > >-- >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 28620
:
122328
|
122678
|
123174
| 123180