]> git.mxchange.org Git - flightgear.git/commitdiff
even clearer error message :-/
authormfranz <mfranz>
Sun, 12 Jun 2005 13:54:27 +0000 (13:54 +0000)
committermfranz <mfranz>
Sun, 12 Jun 2005 13:54:27 +0000 (13:54 +0000)
src/Input/input.cxx

index 241b37ef0d756f18dd3d628ca6a6f280c8c5fcc3..799fd50e0a62dd2581d1b0c5b9c37266743db407 100644 (file)
@@ -474,7 +474,7 @@ FGInput::_init_joystick ()
             << "\"\nUsing default: \"" << source << '"');
 
       } else {
-        throw sg_throwable(string("No joystick with <name>default</name> entry found!"));
+        throw sg_throwable(string("No joystick configuration file with <name>default</name> entry found!"));
       }
 
       js_node = js_nodes->getChild("js", i, true);