use new plugin_name function when the plugins log()
git-svn-id: https://svn.perl.org/qpsmtpd/branches/v010@49 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
4ee8b164f9
commit
931c3dbdfa
@ -20,7 +20,8 @@ sub qp {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sub log {
|
sub log {
|
||||||
shift->qp->log(@_);
|
my $self = shift;
|
||||||
|
$self->qp->log(shift, $self->plugin_name . " plugin: " . shift, @_);
|
||||||
}
|
}
|
||||||
|
|
||||||
sub transaction {
|
sub transaction {
|
||||||
|
Loading…
Reference in New Issue
Block a user