From: mfranz Date: Sun, 12 Jun 2005 13:51:55 +0000 (+0000) Subject: clearer error message X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=10ab5574528c1550898d8387ceed7589a768aac9;p=flightgear.git clearer error message --- diff --git a/src/Input/input.cxx b/src/Input/input.cxx index 557272fac..241b37ef0 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 default joystick found! (default)")); + throw sg_throwable(string("No joystick with default entry found!")); } js_node = js_nodes->getChild("js", i, true);