Fix a minor typo in ProfileCallbackImpl.java (#4644)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>pull/4647/head
parent
9644d4b411
commit
41720b4f0c
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue