diff --git a/healthd/BatteryMonitor.cpp b/healthd/BatteryMonitor.cpp index 8ff53575b..74fb6a8ce 100644 --- a/healthd/BatteryMonitor.cpp +++ b/healthd/BatteryMonitor.cpp @@ -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())