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

Commit c49ceca2 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

Fix print format mismatch in 64-bit mode.

Change-Id: I7f0b0ed87e4e544517be66418ff76596a084976f
parent 2c9f5411
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -525,7 +525,7 @@ static void process_key(struct charger *charger, int code, int64_t now)
                        LOGW("[%" PRId64 "] rebooting\n", now);
                        android_reboot(ANDROID_RB_RESTART, 0, 0);
                    } else {
                        LOGV("[%lld] ignore power-button press, battery level "
                        LOGV("[%" PRId64 "] ignore power-button press, battery level "
                            "less than minimum\n", now);
                    }
                }