Skip to content

Commit

Permalink
add logs for intel
Browse files Browse the repository at this point in the history
  • Loading branch information
aarron-lee committed Sep 28, 2024
1 parent 5e27048 commit 95051ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py_modules/device_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def get_cpu_manufacturer():
if match:
vendor_id = match.group(1)
CPU_VENDOR = vendor_id.strip()
decky_plugin.logger.info(f"cpu vendor: {CPU_VENDOR}")
else:
decky_plugin.logger.error("No CPU vendor_id found")
except Exception as e:
Expand Down

0 comments on commit 95051ab

Please sign in to comment.