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

Commit 3f17bda8 authored by Todd Poynor's avatar Todd Poynor Committed by Android Git Automerger
Browse files

am a41611f6: healthd: fix botched logging call

* commit 'a41611f6':
  healthd: fix botched logging call
parents 49f2e1ce a41611f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -369,7 +369,7 @@ void BatteryMonitor::init(bool nosvcmgr) {
    if (mBatteryStatusPath.isEmpty())
        KLOG_WARNING(LOG_TAG, "BatteryStatusPath not found\n");
    if (mBatteryHealthPath.isEmpty())
        KLOG_WARNING("BatteryHealthPath not found\n");
        KLOG_WARNING(LOG_TAG, "BatteryHealthPath not found\n");
    if (mBatteryPresentPath.isEmpty())
        KLOG_WARNING(LOG_TAG, "BatteryPresentPath not found\n");
    if (mBatteryCapacityPath.isEmpty())