diff --git a/src/raspberrypi/devices/ctapdriver.cpp b/src/raspberrypi/devices/ctapdriver.cpp index c96db344..d4f0a247 100644 --- a/src/raspberrypi/devices/ctapdriver.cpp +++ b/src/raspberrypi/devices/ctapdriver.cpp @@ -288,6 +288,7 @@ int FASTCALL CTapDriver::Rx(BYTE *buf) // Receive dwReceived = read(m_hTAP, buf, ETH_FRAME_LEN); if (dwReceived == (DWORD)-1) { + LOGWARN("%s Error occured while receiving an packet", __PRETTY_FUNCTION__); return 0; }