more logging

git-svn-id: https://svn.perl.org/qpsmtpd/trunk@347 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Robert Spier 2004-11-27 06:41:06 +00:00
parent e10bb78cd3
commit 1670530a1a

View File

@ -81,6 +81,7 @@ sub respond {
sub disconnect {
my $self = shift;
$self->log(LOGDEBUG,"click, disconnecting");
$self->SUPER::disconnect(@_);
exit;
}