mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-30 19:02:22 +02:00
Add more info about exception
This commit is contained in:
@@ -68,6 +68,7 @@ int main (int argc, char *argv[])
|
||||
0);
|
||||
|
||||
if (n_bytes_image != 512 * 1024 * 2) {
|
||||
cout << "n_bytes_image " << n_bytes_image << endl;
|
||||
throw runtime_error("Unexpected number of bytes in image.");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user