Skip to content

Commit

Permalink
updates to logging
Browse files Browse the repository at this point in the history
Signed-off-by: Zachary Christiansen <volfan6415@gmail.com>
  • Loading branch information
volfan6415 committed Aug 31, 2022
1 parent a46bfc5 commit 46dc760
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 46dc760

Please sign in to comment.