fix logging typo in del_msg

This commit is contained in:
minima 2001-10-09 14:13:53 +00:00
parent bbcb636f1b
commit b03a751903

View File

@ -487,7 +487,7 @@ sub del_msg
my $call = '';
$call = ' by ' . $dxchan->call if $dxchan;
Log("Msgno $self->{msgno} expunged$call");
Log('msg', "Msgno $self->{msgno} expunged$call");
# remove the file
unlink filename($self->{msgno});