Skip to content

Commit

Permalink
updates to logging
Browse files Browse the repository at this point in the history
Signed-off-by: Zachary Christiansen <[email protected]>
  • Loading branch information
volfan6415 committed Aug 31, 2022
1 parent 34a82b4 commit 3a86a08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ public void handleEvent(EmbyPlayStateModel playstate, String hostname, int embyp
e.getMessage());
}
} else {
logger.debug("{} does not equal {} the event is for device named: {} ", playstate.getDeviceId(),
logger.trace("{} does not equal {} the event is for device named: {} ", playstate.getDeviceId(),
config.deviceID, playstate.getDeviceName());
}
}
Expand Down

0 comments on commit 3a86a08

Please sign in to comment.