stream-lined error messages: partially implements #986
This commit is contained in:
parent
b77dd6699d
commit
8c5f8e995e
@ -228,7 +228,7 @@ int main (int argc, char *argv[]) {
|
||||
SimpleLogger().Write(logWARNING) << e.what();
|
||||
return 1;
|
||||
} catch(std::exception & e) {
|
||||
SimpleLogger().Write(logWARNING) << "Unhandled exception: " << e.what();
|
||||
SimpleLogger().Write(logWARNING) << "Exception occured: " << e.what();
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user