Skip to content

Commit

Permalink
Update bundles/org.openhab.binding.velbus/src/main/java/org/openhab/b…
Browse files Browse the repository at this point in the history
…inding/velbus/internal/handler/VelbusVMBDALIHandler.java

Co-authored-by: lsiepel <leosiepel@gmail.com>
Signed-off-by: Daniel Rosengarten <rosengarten01@hotmail.com>
  • Loading branch information
Rosen01 and lsiepel committed Apr 28, 2024
1 parent 296b229 commit ff2a1b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ private void initializeVirtualLight() {
try {
virtualColorChannels[i - 1] = new VelbusVirtualColorChannel(virtualLight);
} catch (Exception e) {
logger.error("VMBDALI on address {} : Virtual Light {} has wrong channel format '{}'. {}",
logger.warn("VMBDALI on address {} : Virtual Light {} has wrong channel format '{}'. {}",
getModuleAddress().getAddress(), i, virtualLight, e.getMessage());
}
}
Expand Down

0 comments on commit ff2a1b2

Please sign in to comment.