Skip to content

Commit 5ef2d8a

Browse files
committed
fix start message
1 parent b00e5f2 commit 5ef2d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modbus_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def prepare_register(
287287
logging.basicConfig(format=CONFIG["server"]["logging"]["format"])
288288

289289
# start the server
290-
log.info(f"Starting Modbus TCP Server, v{VERSION}")
290+
log.info(f"Starting Modbus Server, v{VERSION}")
291291
log.debug(f"Loaded successfully the configuration file: {config_file}")
292292

293293
# be sure the data types within the dictionaries are correct (json will only allow strings as keys)

0 commit comments

Comments
 (0)