From: <mk...@us...> - 2002-12-18 01:38:49
|
Update of /cvsroot/csp/APPLICATIONS/CSPFlightSim/Source In directory sc8-pr-cvs1:/tmp/cvs-serv7550 Modified Files: CSPFlightSim.cpp Log Message: Report SDL error on joystick init failure. Index: CSPFlightSim.cpp =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPFlightSim/Source/CSPFlightSim.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** CSPFlightSim.cpp 14 Dec 2002 18:55:07 -0000 1.5 --- CSPFlightSim.cpp 18 Dec 2002 01:38:47 -0000 1.6 *************** *** 468,471 **** --- 468,472 ---- { CSP_LOG(CSP_APP, CSP_ERROR, "Failed to open joystick"); + CSP_LOG(CSP_APP, CSP_ERROR, SDL_GetError()); } |