Skip to content

Commit

Permalink
update cpu error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
stevezau committed Sep 28, 2024
1 parent 2bc410d commit 45e66d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plex_generate_previews.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@ def run():
elif GPU:
logger.info(f'Found AMD GPU {GPU}')
if not GPU:
logger.info('No GPUs detected. Defaulting to CPU')
logger.info('If you think this is an error please log an issue here https://github.com/stevezau/plex_generate_vid_previews/issues')
logger.warning('No GPUs detected. Defaulting to CPU ONLY.')
logger.warning('If you think this is an error please log an issue here https://github.com/stevezau/plex_generate_vid_previews/issues')

try:
# Clean TMP Folder
Expand Down

0 comments on commit 45e66d9

Please sign in to comment.