diff options
author | Pixel <Pixel> | 2001-11-23 11:26:50 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-23 11:26:50 +0000 |
commit | 1311938cc52369b8631c29f83a9ecdf4a5f12f19 (patch) | |
tree | 4ec27df25d3df977631e62a82c11fd387a28b8c2 /src/Main.cc | |
parent | 0497d21e5b7b483259642aad1f23392995863c17 (diff) |
Last modifications...
Diffstat (limited to 'src/Main.cc')
-rw-r--r-- | src/Main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cc b/src/Main.cc index 9075f5d..2398814 100644 --- a/src/Main.cc +++ b/src/Main.cc @@ -124,7 +124,7 @@ int main(int argc, char ** argv) { TaskMan::MainLoop(); } catch (GeneralException e) { - cerr << e.GetMsg() << endl; + cerr << "Main function got an exception: '" << e.GetMsg() << "'.\n"; exit(-1); } |