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