From: Amos Jeffries Date: Thu, 10 Mar 2016 14:46:28 +0000 (+1300) Subject: Cleanup: improved EUI debugging X-Git-Tag: SQUID_4_0_8~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=666b30be9772de473f39128da90cf6928f4c3ede;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; }