thermald: increase kmsg loglevel to end up in console-ramoops-0

old-commit-hash: 1a96886dd1
commatwo_master
Willem Melching 3 years ago
parent cb45784238
commit 43ec802122
  1. 2
      selfdrive/thermald/thermald.py

@ -365,7 +365,7 @@ def thermald_thread(end_event, hw_queue):
try: try:
with open('/dev/kmsg', 'w') as kmsg: with open('/dev/kmsg', 'w') as kmsg:
kmsg.write(f"[thermald] engaged: {engaged}") kmsg.write(f"<3>[thermald] engaged: {engaged}\n")
except Exception: except Exception:
pass pass

Loading…
Cancel
Save