minor. removed warning print at startup for empty eth udp to listen to (#992)

This commit is contained in:
2024-10-01 12:05:00 +02:00
committed by GitHub
parent f2f3817a7f
commit 45957391a6
2 changed files with 5 additions and 8 deletions

View File

@ -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