http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8190 Dobrica Pavlinusic <dpavlin@rot13.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dpavlin@rot13.org --- Comment #2 from Dobrica Pavlinusic <dpavlin@rot13.org> --- Should we also wrap warn(s) to emit debug output like this? $SIG{__WARN__} = sub { C4::Logger->new->debug( @_ ); } Right now every warn in code makes patch fail QA (I know that first hand ;-) and it seems to me it's easier to just put warn instead of C4::Logger->new->debug( "this used to be warn" ); -- You are receiving this mail because: You are watching all bug changes.