Skip to content
Snippets Groups Projects
Commit 7eeaac65 authored by Joris van Zwieten's avatar Joris van Zwieten
Browse files

Bug 1366: Exit application when unable to open MS

parent 19ae746d
No related branches found
No related tags found
No related merge requests found
...@@ -136,6 +136,7 @@ namespace LOFAR ...@@ -136,6 +136,7 @@ namespace LOFAR
} }
catch(Exception &e) { catch(Exception &e) {
LOG_ERROR_STR("Failed to open observation part: " << path); LOG_ERROR_STR("Failed to open observation part: " << path);
return false;
} }
try { try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment