diff -r d42b6cf00fa6 -r c507c363625e connectors/PYRO/__init__.py --- a/connectors/PYRO/__init__.py Fri Sep 29 15:36:33 2017 +0300 +++ b/connectors/PYRO/__init__.py Fri Sep 29 16:26:15 2017 +0300 @@ -163,10 +163,9 @@ """ current_status, log_count = confnodesroot._connector.GetPyroProxy().GetPLCstatus() if current_status == "Dirty": - """ - Some bad libs with static symbols may polute PLC - ask runtime to suicide and come back again - """ + # Some bad libs with static symbols may polute PLC + # ask runtime to suicide and come back again + confnodesroot.logger.write(_("Force runtime reload\n")) confnodesroot._connector.GetPyroProxy().ForceReload() confnodesroot._Disconnect()