mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-08-01 13:03:37 +02:00
Fix catch bug
This commit is contained in:
+1
-1
@@ -191,7 +191,7 @@ shared_ptr<FrameMetadata> ZmqReceiver::read_json_header(const string& header)
|
||||
|
||||
return header_data;
|
||||
|
||||
} except (...) {
|
||||
} catch (...) {
|
||||
cout << "[ZmqReceiver::read_json_header] Error while interpreting the JSON header. Header string: " << header << endl;
|
||||
cout << "Expected JSON header format: " << endl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user