From: Amos Jeffries Date: Wed, 23 Mar 2016 14:05:31 +0000 (+1300) Subject: Cleanup: improved EUI debugging X-Git-Tag: SQUID_3_5_16~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3bf1dce8301e20426c1e8345e7888485a4b9d22;p=thirdparty%2Fsquid.git Cleanup: improved EUI debugging --- diff --git a/src/eui/Eui48.cc b/src/eui/Eui48.cc index fee9eaac9c..c1e87fe509 100644 --- a/src/eui/Eui48.cc +++ b/src/eui/Eui48.cc @@ -181,6 +181,7 @@ Eui::Eui48::lookup(const Ip::Address &c) close(tmpSocket); if (arpReq.arp_ha.sa_family != ARPHRD_ETHER) { + debugs(28, 4, "id=" << (void*)this << " ... not an Ethernet interface: " << arpReq.arp_ha.sa_data); clear(); return false; }