change log text to be in line with the other services

This commit is contained in:
proddy
2024-11-27 10:44:05 +01:00
parent bb9315777a
commit 676b164ce8

View File

@@ -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.");