Skip to content

Commit 76247e2

Browse files
committed
BUGFIX: Fix log entry vis Modbus port
1 parent 6db2115 commit 76247e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtualcoke.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ def StartModbusAsyncServer(context, identity=None, address=None, console=False):
5858
factory = ModbusServerFactory(context, framer, identity)
5959
if console: InstallManagementConsole({'factory': factory})
6060

61-
log.info("Starting Modbus TCP Server on %s:%s" % address)
6261
reactor.listenTCP(address[1], factory, interface=address[0])
62+
log.info("Starting Modbus TCP Server on %s:%s" % address)
6363

6464

6565
#

0 commit comments

Comments
 (0)