mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
change log text to be in line with the other services
This commit is contained in:
@@ -38,7 +38,7 @@ void Modbus::start(uint8_t systemServerId, uint16_t port, uint8_t max_clients, u
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
modbusServer_->start(port, max_clients, timeout);
|
modbusServer_->start(port, max_clients, timeout);
|
||||||
LOG_INFO("Modbus server with ID %d started on port %d", systemServerId, port);
|
LOG_INFO("Starting Modbus service (ID %d, port %d)", systemServerId, port);
|
||||||
#else
|
#else
|
||||||
if (!check_parameter_order()) {
|
if (!check_parameter_order()) {
|
||||||
LOG_ERROR("Unable to enable Modbus - the parameter list order is corrupt. This is a firmware bug.");
|
LOG_ERROR("Unable to enable Modbus - the parameter list order is corrupt. This is a firmware bug.");
|
||||||
|
|||||||
Reference in New Issue
Block a user