From b3bf1dce8301e20426c1e8345e7888485a4b9d22 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Thu, 24 Mar 2016 03:05:31 +1300 Subject: [PATCH] Cleanup: improved EUI debugging --- src/eui/Eui48.cc | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.47.2