mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 00:07:13 +02:00
removed all the warnings and errors from the merge, also removed added -wextra compiler flag, (yet to add additional commands for moench)
This commit is contained in:
@ -572,9 +572,9 @@ uint32_t Listener::ListenToAnImage(char* buf) {
|
||||
RecordFirstIndices(fnum);
|
||||
|
||||
if (pnum >= pperFrame ) {
|
||||
FILE_LOG(logERROR, ("Bad packet %d (fnum:%lld), throwing away. "
|
||||
"Packets caught so far: %d\n",
|
||||
pnum, (long long int)fnum, numpackets));
|
||||
FILE_LOG(logERROR) << "Bad packet " << pnum <<
|
||||
"(fnum: " << fnum << "), throwing away. "
|
||||
"Packets caught so far: " << numpackets;
|
||||
return 0; // bad packet
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user