From 10ab5574528c1550898d8387ceed7589a768aac9 Mon Sep 17 00:00:00 2001 From: mfranz Date: Sun, 12 Jun 2005 13:51:55 +0000 Subject: [PATCH] clearer error message --- src/Input/input.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5