Minor correction of a log message

This commit is contained in:
Pragmatic Software 2017-06-18 03:45:35 -07:00
parent 6a64907bd2
commit cfba69b09f
1 changed files with 2 additions and 2 deletions

View File

@ -480,7 +480,7 @@ sub get_message_account {
$thostip =~ s/[[:punct:]]/./g;
if ($thostip eq $host) {
$match = 1;
$self->{pbot}->{logger}->log("4: IP vs hostname match: $host vs $thostip\n");
$self->{pbot}->{logger}->log("4: IP vs hostname match: $host vs $thost\n");
}
}
}
@ -599,7 +599,7 @@ sub get_message_account {
$thostip =~ s/[[:punct:]]/./g;
if ($thostip eq $host) {
$match = 1;
$self->{pbot}->{logger}->log("9: IP vs hostname match: $host vs $thostip\n");
$self->{pbot}->{logger}->log("9: IP vs hostname match: $host vs $thost\n");
}
}
}