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

pull/22863/merge
Willem Melching 2022-01-24 13:19:48 +01:00
parent c51561c2ca
commit 1a96886dd1
1 changed files with 1 additions and 1 deletions

View File

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