1
0
Fork 0

Add a tad more information, although it actually might mean nothing at all.

This commit is contained in:
ehofman 2004-10-17 17:59:02 +00:00
parent 2b6b970b80
commit a112b39c84

View file

@ -31,6 +31,7 @@
#endif
#include <stdlib.h>
#include <stdio.h>
#include <simgear/compiler.h>
#include <simgear/structure/exception.hxx>
@ -190,6 +191,7 @@ int main ( int argc, char **argv ) {
<< "\n (received from " << t.getOrigin() << ')' << endl;
} catch (...) {
cerr << "Unknown exception in the main loop. Aborting..." << endl;
perror("Possible cause");
}
return 0;