Skip Menu |

This queue is for tickets about the Perlbal CPAN distribution.

Report information
The Basics
Id: 79328
Status: new
Priority: 0/
Queue: Perlbal

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Perlbal::Plugin::Throttle uses non-existing log level "warn"
There are at least two places in Throttle.pm where Perlbal::log(warn => ...) is used. But syslog() (which may be called in Perlbal::log) only accepts "warning", not "warn": $ perl -MSys::Syslog -e 'syslog("warn", "message");' syslog: invalid level/facility: warn at -e line 1 Also, the comment in Perlbal::log mentions "warn", but this should be changed to "warning". Regards, Slaven