mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 21:37:13 +02:00
formatting
This commit is contained in:
@ -805,7 +805,8 @@ void Implementation::stopReceiver() {
|
||||
}
|
||||
|
||||
TLogLevel lev = ((mp[i]) > 0) ? logINFORED : logINFOGREEN;
|
||||
LOG(lev) << "Summary of Port " << udpPortNum[i] << " (" << eth[i] << ')' << summary;
|
||||
LOG(lev) << "Summary of Port " << udpPortNum[i] << " (" << eth[i]
|
||||
<< ')' << summary;
|
||||
}
|
||||
|
||||
// callback
|
||||
|
Reference in New Issue
Block a user