From: mfranz Date: Sun, 12 Jun 2005 13:54:27 +0000 (+0000) Subject: even clearer error message :-/ X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1167c31a8498dce9988122162a6374ddb16ec0b0;p=flightgear.git even clearer error message :-/ --- diff --git a/src/Input/input.cxx b/src/Input/input.cxx index 241b37ef0..799fd50e0 100644 --- a/src/Input/input.cxx +++ b/src/Input/input.cxx @@ -474,7 +474,7 @@ FGInput::_init_joystick () << "\"\nUsing default: \"" << source << '"'); } else { - throw sg_throwable(string("No joystick with default entry found!")); + throw sg_throwable(string("No joystick configuration file with default entry found!")); } js_node = js_nodes->getChild("js", i, true);