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

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