Closed simonsample closed 5 years ago
ModbusTCPTransaction.java:134:
throw new ModbusIOException("Connection failed for %s:%d", connection.getAddress().toString(), connection.getPort(), ex.getMessage());
--> ex.getMessage() is swallowed since there is a format symbol missing in the format-string.
Fixed in 2.5.7
ModbusTCPTransaction.java:134:
throw new ModbusIOException("Connection failed for %s:%d", connection.getAddress().toString(), connection.getPort(), ex.getMessage());
--> ex.getMessage() is swallowed since there is a format symbol missing in the format-string.