mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 11:45:49 +01:00
81f2bd9366
* [modbus] reduce log level when modbus slave returns DEVICE_BUSY exception This exception is meant to indicate that the request should be retried shortly, essentially, and at least some of the devices I own seem to be busy bees. Thus my logs receive significant spam of this warning. Since the exception is transient and retrying it is the expected course of action, I think it makes sense to reduce the log level here slightly and only output an error when the retries get exhausted. Signed-off-by: Simonas Kazlauskas <git@kazlauskas.me> * Update bundles/org.openhab.core.io.transport.modbus/src/main/java/org/openhab/core/io/transport/modbus/internal/ModbusManagerImpl.java Signed-off-by: Simonas Kazlauskas <github@kazlauskas.me> --------- Signed-off-by: Simonas Kazlauskas <git@kazlauskas.me> Signed-off-by: Simonas Kazlauskas <github@kazlauskas.me> |
||
---|---|---|
.. | ||
src | ||
.classpath | ||
.project | ||
bnd.bnd | ||
NOTICE | ||
pom.xml |