mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
fixed trailing whitespace
This commit is contained in:
parent
529371a0fd
commit
24a7275543
@ -56,7 +56,7 @@ local function init(panel)
|
|||||||
|
|
||||||
modem.register(databus.ps, "has_modem", modem.update)
|
modem.register(databus.ps, "has_modem", modem.update)
|
||||||
|
|
||||||
--
|
--
|
||||||
-- about footer
|
-- about footer
|
||||||
--
|
--
|
||||||
|
|
||||||
|
@ -318,7 +318,7 @@ function svsessions.establish_plc_session(local_port, remote_port, for_reactor,
|
|||||||
local units = self.facility.get_units()
|
local units = self.facility.get_units()
|
||||||
units[for_reactor].link_plc_session(plc_s)
|
units[for_reactor].link_plc_session(plc_s)
|
||||||
|
|
||||||
log.debug(util.c("established new PLC session to ", remote_port, " with ID ", self.next_ids.plc,
|
log.debug(util.c("established new PLC session to ", remote_port, " with ID ", self.next_ids.plc,
|
||||||
" for reactor ", for_reactor))
|
" for reactor ", for_reactor))
|
||||||
|
|
||||||
databus.tx_plc_connected(for_reactor, version, remote_port)
|
databus.tx_plc_connected(for_reactor, version, remote_port)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user