diff options
author | Todd Poynor <toddpoynor@google.com> | 2013-08-12 12:17:32 -0700 |
---|---|---|
committer | Todd Poynor <toddpoynor@google.com> | 2013-08-12 12:18:36 -0700 |
commit | a41611f638f82cb8066f83b32f2610f0d00dafc6 (patch) | |
tree | e812f3ca1918cacdf1835084ad5f205ba80c9642 /healthd | |
parent | 57fd0989cbb59f305514378e511e36c752b5aa20 (diff) | |
download | core-a41611f638f82cb8066f83b32f2610f0d00dafc6.tar.gz core-a41611f638f82cb8066f83b32f2610f0d00dafc6.tar.bz2 core-a41611f638f82cb8066f83b32f2610f0d00dafc6.zip |
healthd: fix botched logging call
Change-Id: Ibf5e28c657e0d9d193b266acd7b2912bebc3e71f
Diffstat (limited to 'healthd')
-rw-r--r-- | healthd/BatteryMonitor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()) |