Placeholder corrected

Signed-off-by: Gaël L'hopital <gael@lhopital.org>
This commit is contained in:
Gaël L'hopital 2024-11-18 14:11:14 +01:00
parent ec0bb2f463
commit 8fcac57da6

View File

@ -207,7 +207,7 @@ public class AirParifBridgeHandler extends BaseBridgeHandler implements HandlerU
logger.debug("The color map is {}", map.toString());
iconProvider.setColorMap(map);
} catch (AirParifException e) {
logger.warn("Error reading ColorMap: {]", e.getMessage());
logger.warn("Error reading ColorMap: {}", e.getMessage());
}
ThingUID thingUID = thing.getUID();