am a41611f6: healthd: fix botched logging call

* commit 'a41611f638f82cb8066f83b32f2610f0d00dafc6':
  healthd: fix botched logging call
This commit is contained in:
Todd Poynor 2013-08-12 12:22:07 -07:00 committed by Android Git Automerger
commit 3f17bda894

View file

@ -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())