diff --git a/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c b/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c index fb372556c..fd1f4249d 100644 --- a/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c +++ b/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c @@ -1551,7 +1551,7 @@ int configureMAC() { getIpAddressinString(src_ip, srcip); getIpAddressinString(dst_ip, dstip); - if (iRxEntry <= numUdpDestinations) { + if (iRxEntry < numUdpDestinations) { LOG(logINFOBLUE, ("\tEntry %d\n", iRxEntry)); LOG(logINFO, ("\tSource IP : %s\n" diff --git a/slsDetectorServers/jungfrauDetectorServer/slsDetectorFunctionList.c b/slsDetectorServers/jungfrauDetectorServer/slsDetectorFunctionList.c index 104954ffd..be42c3749 100644 --- a/slsDetectorServers/jungfrauDetectorServer/slsDetectorFunctionList.c +++ b/slsDetectorServers/jungfrauDetectorServer/slsDetectorFunctionList.c @@ -1492,7 +1492,7 @@ int configureMAC() { getIpAddressinString(src_ip2, srcip2); getIpAddressinString(dst_ip2, dstip2); - if (iRxEntry <= numUdpDestinations) { + if (iRxEntry < numUdpDestinations) { LOG(logINFOBLUE, ("\tEntry %d\n", iRxEntry)); LOG(logINFO, ("\tOuter %s\n", (numInterfaces == 2)