Commit a544fcb4 authored by Pavel Vainerman's avatar Pavel Vainerman

(Modbus): добавил пару новых отладочных логов

parent 923b3d3e
...@@ -511,6 +511,9 @@ rm -f %buildroot%_libdir/*.la ...@@ -511,6 +511,9 @@ rm -f %buildroot%_libdir/*.la
* Tue Sep 12 2017 Alexei Takaseev <taf@altlinux.org> 2.6-alt19.1 * Tue Sep 12 2017 Alexei Takaseev <taf@altlinux.org> 2.6-alt19.1
- Rebuild with poco 1.7.9 - Rebuild with poco 1.7.9
# * Tue Jun 27 2017 Pavel Vainerman <pv@altlinux.ru> 2.6-alt35
# - (Modbus): add new log
# * Sun Jun 25 2017 Pavel Vainerman <pv@altlinux.ru> 2.6-alt34 # * Sun Jun 25 2017 Pavel Vainerman <pv@altlinux.ru> 2.6-alt34
# - (DelayTimer): add new functions (isWaiting[On|Off]) # - (DelayTimer): add new functions (isWaiting[On|Off])
......
...@@ -3295,6 +3295,7 @@ namespace uniset ...@@ -3295,6 +3295,7 @@ namespace uniset
inf << i->info << endl; inf << i->info << endl;
inf << vmon.pretty_str() << endl; inf << vmon.pretty_str() << endl;
inf << "activated: " << activated << endl;
inf << "LogServer: " << logserv_host << ":" << logserv_port << endl; inf << "LogServer: " << logserv_host << ":" << logserv_port << endl;
inf << "Parameters: reopenTimeout=" << ptReopen.getInterval() inf << "Parameters: reopenTimeout=" << ptReopen.getInterval()
<< endl; << endl;
......
...@@ -501,6 +501,10 @@ void MBTCPMultiMaster::check_thread() ...@@ -501,6 +501,10 @@ void MBTCPMultiMaster::check_thread()
<< " timeout=" << it->channel_timeout << " timeout=" << it->channel_timeout
<< " use=" << it->use << " use=" << it->use
<< " ignore=" << it->ignore << " ignore=" << it->ignore
<< " respond_id=" << it->respond_id
<< " respond_force=" << it->respond_force
<< " respond=" << it->respond
<< " activated=" << checkProcActive()
<< " ]" << " ]"
<< endl; << endl;
......
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