notify running requests on device error

This commit is contained in:
john30
2015-05-25 13:30:53 +02:00
parent 682a157222
commit 3f638d0dae
+3 -1
View File
@@ -197,8 +197,10 @@ void BusHandler::run()
if (result == RESULT_OK)
logNotice(lf_bus, "re-opened %s", m_device->getName());
else
else {
logError(lf_bus, "unable to open %s: %s", m_device->getName(), getResultCode(result));
setState(bs_noSignal, result);
}
symCount = 0;
}
} while (isRunning());