1
0
Fork 0

clearer error message

This commit is contained in:
mfranz 2005-06-12 13:51:55 +00:00
parent defa571d86
commit 10ab557452

View 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);