From 676b164ce8787b0a11ebe5444c1f0db5f22d0219 Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 27 Nov 2024 10:44:05 +0100 Subject: [PATCH] change log text to be in line with the other services --- src/modbus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modbus.cpp b/src/modbus.cpp index 696cfc613..48577ba61 100644 --- a/src/modbus.cpp +++ b/src/modbus.cpp @@ -38,7 +38,7 @@ void Modbus::start(uint8_t systemServerId, uint16_t port, uint8_t max_clients, u } } 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 if (!check_parameter_order()) { LOG_ERROR("Unable to enable Modbus - the parameter list order is corrupt. This is a firmware bug.");