healthd: fix botched logging call

Change-Id: Ibf5e28c657e0d9d193b266acd7b2912bebc3e71f
This commit is contained in:
Todd Poynor 2013-08-12 12:17:32 -07:00
parent 57fd0989cb
commit a41611f638

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