fix logging (#404)

This commit is contained in:
John
2021-04-05 10:32:54 +02:00
parent d2fab9fe56
commit ae4488ded8
+1 -1
View File
@@ -183,7 +183,7 @@ bool ScanRequest::notify(result_t result, const SlaveSymbolString& slave) {
bool ActiveBusRequest::notify(result_t result, const SlaveSymbolString& slave) {
if (result == RESULT_OK) {
string str = m_master.getStr();
string str = slave.getStr();
logDebug(lf_bus, "read res: %s", str.c_str());
}
m_result = result;