even clearer error message :-/
This commit is contained in:
parent
10ab557452
commit
1167c31a84
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 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);
|
||||
|
|
Loading…
Reference in a new issue