Bugzilla – Attachment 60872 Details for
Bug 15253
Add Koha::Logger based logging for SIP2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15253 - Add Koha::Logger based logging for SIP2 - Fix circular module dependency.
Bug-15253---Add-KohaLogger-based-logging-for-SIP2-.patch (text/plain), 888 bytes, created by
Olli-Antti Kivilahti
on 2017-03-07 13:49:07 UTC
(
hide
)
Description:
Bug 15253 - Add Koha::Logger based logging for SIP2 - Fix circular module dependency.
Filename:
MIME Type:
Creator:
Olli-Antti Kivilahti
Created:
2017-03-07 13:49:07 UTC
Size:
888 bytes
patch
obsolete
>From 7ebabe993268c942011a927c4fadda3a08a7cb17 Mon Sep 17 00:00:00 2001 >From: Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> >Date: Tue, 7 Mar 2017 15:46:03 +0200 >Subject: [PATCH] Bug 15253 - Add Koha::Logger based logging for SIP2 - Fix > circular module dependency. > >Now > t/00-load.t >passes >--- > C4/SIP/ILS/Item.pm | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/C4/SIP/ILS/Item.pm b/C4/SIP/ILS/Item.pm >index d080df0..aa69951 100644 >--- a/C4/SIP/ILS/Item.pm >+++ b/C4/SIP/ILS/Item.pm >@@ -11,7 +11,7 @@ use warnings; > > use Carp; > >-use C4::SIP::SIPServer; >+#use C4::SIP::SIPServer; > use C4::SIP::ILS::Transaction; > > use C4::Debug; >@@ -107,7 +107,6 @@ sub new { > bless $self, $type; > > C4::SIP::SIPServer::get_logger()->debug("new ILS::Item('$item_id'): found with title '$self->{title}'"); >- $item_id, $self->{title}); > > return $self; > } >-- >2.7.4
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 15253
:
45824
|
45825
|
45826
|
58570
|
58571
|
58572
|
58573
|
58582
|
60872
|
65219
|
65220
|
65221
|
65222
|
65223
|
65224
|
65225
|
65226
|
65227
|
65228
|
71702
|
71703
|
74947
|
86573
|
86574
|
87993
|
88383
|
100062
|
100063
|
100379
|
102216
|
102217
|
102218
|
102219
|
103456
|
103457
|
103458
|
103459
|
103462
|
103499
|
103500
|
103501
|
103502
|
103503
|
103599
|
103915
|
103916
|
103917
|
103918
|
103919
|
103920
|
103921
|
104016
|
104667
|
104668
|
104669
|
104670
|
104671
|
104672
|
104673
|
104674
|
111169