mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 13:57:13 +02:00
minor. removed warning print at startup for empty eth udp to listen to (#992)
This commit is contained in:
@ -805,7 +805,7 @@ void Implementation::stopReceiver() {
|
||||
}
|
||||
|
||||
TLogLevel lev = ((mp[i]) > 0) ? logINFORED : logINFOGREEN;
|
||||
LOG(lev) << "Summary of Port " << udpPortNum[i] << summary;
|
||||
LOG(lev) << "Summary of Port " << udpPortNum[i] << " (" << eth[i] << ')' << summary;
|
||||
}
|
||||
|
||||
// callback
|
||||
|
Reference in New Issue
Block a user