]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/input.cxx
Add David Culp's AI model manager code which is derived from David Luff's AI/ATC...
[flightgear.git] / src / Input / input.cxx
index 887d18d49eb7c18fef0f88a9b78e2bf76693e2fc..54cecb9c2a07a624da0500d7ca0c1de5e5e48347 100644 (file)
@@ -454,7 +454,7 @@ FGInput::_init_joystick ()
     jsJoystick * js = new jsJoystick(i);
     _joystick_bindings[i].js = js;
     if (js->notWorking()) {
-      SG_LOG(SG_INPUT, SG_WARN, "Joystick " << i << " not found");
+      SG_LOG(SG_INPUT, SG_DEBUG, "Joystick " << i << " not found");
       continue;
     } else {
       bool found_js = false;