From 43ec80212281c6bc06605b7a4c935de400fd53a1 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Mon, 24 Jan 2022 13:19:48 +0100 Subject: [PATCH] thermald: increase kmsg loglevel to end up in console-ramoops-0 old-commit-hash: 1a96886dd1396f5ae52373570402f6d5819a401a --- selfdrive/thermald/thermald.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/thermald/thermald.py b/selfdrive/thermald/thermald.py index a0c8e8c8b8..0b90eef72d 100755 --- a/selfdrive/thermald/thermald.py +++ b/selfdrive/thermald/thermald.py @@ -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