mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Add ratingKey to session start log message
This commit is contained in:
parent
7c159e97de
commit
9d00e052f0
2 changed files with 12 additions and 3 deletions
|
@ -230,7 +230,8 @@ def check_active_sessions(ws_request=False):
|
|||
new_session = monitor_process.write_session(session)
|
||||
|
||||
if new_session:
|
||||
logger.debug(u"PlexPy Monitor :: Session %s has started." % session['session_key'])
|
||||
logger.debug(u"PlexPy Monitor :: Session %s has started with ratingKey %s."
|
||||
% (session['session_key'], session['rating_key']))
|
||||
|
||||
else:
|
||||
logger.debug(u"PlexPy Monitor :: Unable to read session list.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue