diff -r ffd091b51cd0 -r 5f2b1bb464a0 etherlab/runtime_etherlab.py --- a/etherlab/runtime_etherlab.py Sat Sep 29 18:59:41 2018 +0300 +++ b/etherlab/runtime_etherlab.py Sat Sep 29 19:10:43 2018 +0300 @@ -95,8 +95,8 @@ if log: last = log.rpartition('\n')[2] for lvl, msg in re.findall( - r'<(\d)>\[\s*\d*\.\d*\]\s*(EtherCAT\s*.*)$', - log, re.MULTILINE): + r'<(\d)>\[\s*\d*\.\d*\]\s*(EtherCAT\s*.*)$', + log, re.MULTILINE): PLCObject.LogMessage( LogLevelsDict[{ "4": "WARNING",