clearer error message
This commit is contained in:
parent
defa571d86
commit
10ab557452
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue