[Minor] Alwas log handleGetAddressState()

This commit is contained in:
Robert von Burg 2023-07-24 13:35:54 +02:00
parent aa358b40e5
commit 2afcd3a4cd
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
1 changed files with 1 additions and 2 deletions

View File

@ -406,8 +406,7 @@ public class PlcGwClientHandler extends StrolchComponent implements GlobalPlcLis
telegramJ.addProperty(PARAM_STATE, PlcResponseState.Done.name());
telegramJ.addProperty(PARAM_STATE_MSG, "");
if (this.verbose)
logger.info("Sent address state for " + plcAddress.toKey() + " = " + value + " to server");
logger.info("Sent address state for " + plcAddress.toKey() + " = " + value + " to server");
} catch (Exception e) {
handleFailedTelegram(telegramJ, plcAddress, e);