Skip to content

Commit

Permalink
Improve wording of logs during PingTokenSync
Browse files Browse the repository at this point in the history
  • Loading branch information
nylonee committed Apr 9, 2024
1 parent eac82ed commit f0cecb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/plex/PlexUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ trait PlexUtils {

client.httpRequest(Method.GET, url).map {
case Right(_) =>
logger.info(s"Refreshed the access token expiry")
logger.info(s"Pinged plex.tv to update access token expiry")
case Left(err) =>
logger.warn(s"Unable to ping plex.tv: $err")
logger.warn(s"Unable to ping plex.tv to update access token expiry: $err")
}
}
}.toList.sequence.map(_ => ())
Expand Down

0 comments on commit f0cecb9

Please sign in to comment.