From 1167c31a8498dce9988122162a6374ddb16ec0b0 Mon Sep 17 00:00:00 2001 From: mfranz Date: Sun, 12 Jun 2005 13:54:27 +0000 Subject: [PATCH] even 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 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); -- 2.39.5