[#61] Arpnip debug text says it is resolving aliases instead of ARP entries

This commit is contained in:
Eric A. Miller
2013-12-16 09:35:14 -05:00
parent ec31a75dd4
commit 982b8c3fd2
2 changed files with 6 additions and 1 deletions

View File

@@ -89,7 +89,7 @@ sub _get_arps {
};
}
debug sprintf ' resolving %d aliases with max %d outstanding requests',
debug sprintf ' resolving %d ARP entries with max %d outstanding requests',
scalar @arps, $ENV{'PERL_ANYEVENT_MAX_OUTSTANDING_DNS'};
my $resolved_ips = hostnames_resolve_async(\@arps);