Skip to content

Commit

Permalink
Reduce log level for messages received for unconfigured devices (open…
Browse files Browse the repository at this point in the history
…hab#12248)

Fixes openhab#12247

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
  • Loading branch information
jlaur authored and nemerdaud committed Jun 29, 2022
1 parent abed709 commit 53c92bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public void onMessage(Session session, String message) {

WebSocketMessageListener listener = listeners.get(getListenerId(changedMessage.r, changedMessage.id));
if (listener == null) {
logger.debug(
logger.trace(
"Couldn't find listener for id {} with resource type {}. Either no thing for this id has been defined or this is a bug.",
changedMessage.id, changedMessage.r);
return;
Expand Down

0 comments on commit 53c92bd

Please sign in to comment.