28 Apr
2020
28 Apr
'20
3:07 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25245 --- Comment #17 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Martin Renvoize from comment #15)
Why do you warn $_ ?
Following prior art. It makes sense to warn like this for such errors. I have however added a Koha::Logger based log line too now so we don't lose warnings for cases where cron sends them to dev/null.
You probably mean something else? Like $@ ? The wonderous names of Perl special variables. I am really not sure what $_ would be referring to in this catch block? -- You are receiving this mail because: You are watching all bug changes.