Revert "Bug 15253: Add Koha::Logger based logging for SIP2"
[koha-equinox.git] / C4 / SIP / ILS / Item.pm
index 7a88570..a974188 100644 (file)
@@ -9,7 +9,7 @@ package C4::SIP::ILS::Item;
 use strict;
 use warnings;
 
-use C4::SIP::Sip qw(syslog);
+use Sys::Syslog qw(syslog);
 use Carp;
 use Template;