Fix catch bug

This commit is contained in:
2018-05-24 18:15:13 +02:00
parent fb73ac153e
commit 66baa0157a
+1 -1
View File
@@ -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;