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

Commit a41611f6 authored by Todd Poynor's avatar Todd Poynor
Browse files

healthd: fix botched logging call

Change-Id: Ibf5e28c657e0d9d193b266acd7b2912bebc3e71f
parent 57fd0989
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())