mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-23 04:19:27 +01:00
Minor correction of a log message
This commit is contained in:
parent
6a64907bd2
commit
cfba69b09f
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user