Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d11e1a02 authored by Dima Zavin's avatar Dima Zavin
Browse files

charger: print last_kmsg directly using klog_write



using the macros introduced extra characters that made things align
poorly.

Change-Id: I4924134be159723b4e4ed905c4293a42358d0ff5
Signed-off-by: default avatarDima Zavin <dima@android.com>
parent 4e803c3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -224,7 +224,7 @@ static void dump_last_kmsg(void)

        yoink = ptr[cnt];
        ptr[cnt] = '\0';
        KLOG_INFO("", "%s", ptr);
        klog_write(6, "<6>%s", ptr);
        ptr[cnt] = yoink;

        len -= cnt;