Skip to content

Commit

Permalink
Logging info add show name for easier reading
Browse files Browse the repository at this point in the history
  • Loading branch information
BKSteve authored and miigotu committed Mar 27, 2023
1 parent 8393c73 commit 4342f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickchill/views/home.py
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,7 @@ def setStatus(self, show=None, eps=None, status=None, direct=False):
if not cur_ep:
logger.debug("cur_ep was empty when trying to setStatus")

logger.debug("Attempting to set status on episode " + cur_ep + " to " + status)
logger.debug(f'Attempting to set status of {show} episode {cur_ep} to {status}')

epInfo = cur_ep.split("x")

Expand Down

0 comments on commit 4342f7e

Please sign in to comment.