Commit af670e8a authored by Pavel Vainerman's avatar Pavel Vainerman

(ModbusMaster): подправил вывод лога (log4 - для всего что связано с respond)

parent 3d6414dc
...@@ -367,7 +367,7 @@ void MBTCPMultiMaster::check_thread() ...@@ -367,7 +367,7 @@ void MBTCPMultiMaster::check_thread()
continue; continue;
bool r = it->check(); bool r = it->check();
mbinfo << myname << "(check): " << it->myname << " " << ( r ? "OK" : "FAIL" ) << endl; mblog4 << myname << "(check): " << it->myname << " " << ( r ? "OK" : "FAIL" ) << endl;
try try
{ {
......
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