http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8190

Dobrica Pavlinusic <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Dobrica Pavlinusic <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to