mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Fix a minor typo in ProfileCallbackImpl.java (#4644)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ public class ProfileCallbackImpl implements ProfileCallback {
|
||||
} else {
|
||||
logger.debug(
|
||||
"Not delegating command '{}' for item '{}' to handler for channel '{}', "
|
||||
+ "because it was not possible to convcert it to an accepted type).",
|
||||
+ "because it was not possible to convert it to an accepted type).",
|
||||
command, link.getItemName(), link.getLinkedUID());
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user