Commit eca14d47 authored by Pavel Vainerman's avatar Pavel Vainerman

(ModbusMaster): Подправил логи.. (и удалил местами лишние пробелы)

parent af6a836d
...@@ -1064,7 +1064,7 @@ void MBExchange::updateRSProperty( RSProperty* p, bool write_only ) ...@@ -1064,7 +1064,7 @@ void MBExchange::updateRSProperty( RSProperty* p, bool write_only )
if( save && !r->mb_initOK ) if( save && !r->mb_initOK )
return; return;
dlog3 << "updateP: sid=" << p->si.id dlog3 << myname << "updateP: sid=" << p->si.id
<< " mbval=" << r->mbval << " mbval=" << r->mbval
<< " vtype=" << p->vType << " vtype=" << p->vType
<< " rnum=" << p->rnum << " rnum=" << p->rnum
......
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