Commit f6c8c14f authored by Don Gagne's avatar Don Gagne

parent efd77cee
......@@ -37,7 +37,7 @@ JoystickManager::JoystickManager(QGCApplication* app, QGCToolbox* toolbox)
JoystickManager::~JoystickManager() {
QMap<QString, Joystick*>::iterator i;
for (i = _name2JoystickMap.begin(); i != _name2JoystickMap.end(); ++i) {
qDebug() << "Releasing joystick:" << i.key();
qCDebug(JoystickManagerLog) << "Releasing joystick:" << i.key();
delete i.value();
}
qDebug() << "Done";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment