Improved error message so next time i get such error i'm not as clueless ;)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3975 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
22f6c6e008
commit
b615f71818
@ -693,7 +693,7 @@ int main(int argc, char *argv[] )
|
||||
} // try
|
||||
catch (std::exception &e)
|
||||
{
|
||||
fprintf(stderr,"%s",e.what());
|
||||
fprintf(stderr,"Exception caught : %s",e.what());
|
||||
fprintf(stderr,"\nAborting SuperTuxKart\n");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user