Commit ecd9973a authored by Pavel Vainerman's avatar Pavel Vainerman

add new debug log

parent fa246343
...@@ -659,6 +659,10 @@ void RTUExchange::sysCommand( UniSetTypes::SystemMessage *sm ) ...@@ -659,6 +659,10 @@ void RTUExchange::sysCommand( UniSetTypes::SystemMessage *sm )
raise(SIGTERM); raise(SIGTERM);
return; return;
} }
if( dlog.debugging(Debug::INFO) )
dlog[Debug::INFO] << myname << "(sysCommand): rsmap size= "<< rsmap.size() << endl;
waitSMReady(); waitSMReady();
......
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