diff --git a/src/ATBAPP/ATBDeviceControllerPlugin.cpp b/src/ATBAPP/ATBDeviceControllerPlugin.cpp index b2336da..e6058d8 100644 --- a/src/ATBAPP/ATBDeviceControllerPlugin.cpp +++ b/src/ATBAPP/ATBDeviceControllerPlugin.cpp @@ -533,6 +533,7 @@ bool ATBDeviceControllerPlugin::private_loadCashAgentLib(QString pluginName) qCritical() << "ATBDeviceControllerPlugin: hw is NULL"; this->errorCode = "CashAgentLib::HW_IS_NULL"; this->errorDescription = "ERROR: CashAgentLib object_cast is NULL: " + pluginName; + return false; } qCritical() << "ATBDeviceControllerPlugin: loaded CashAgentLib";