Bug 14167: (QA followup) use warn instead of just STDERR
authorTomas Cohen Arazi <tomascohen@unc.edu.ar>
Tue, 21 Jul 2015 13:50:17 +0000 (10:50 -0300)
committerTomas Cohen Arazi <tomascohen@unc.edu.ar>
Tue, 21 Jul 2015 13:50:17 +0000 (10:50 -0300)
commitb69beb2499f1f8da4c02a5a593fbeb3221d5ef8b
treed8720dbc73f159bd559353b6f9ff4cdc1c00ff95
parente32d731238ed8f2c1e77d2a9c82050b1f97d4998
Bug 14167: (QA followup) use warn instead of just STDERR

This patch makes Koha::Logger use 'warn' instead of just printing
to STDERR. It introduces tests for this warnings too.

Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
Koha/Logger.pm
t/Logger.t