Skip to content

Commit

Permalink
fix logging (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Apr 5, 2021
1 parent d2fab9f commit ae4488d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ebusd/bushandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ae4488d

Please sign in to comment.