manta: health: fix message for no battery

Change-Id: Ia869b669493b57e6f48a2e11ab6c017e0144361c
diff --git a/health/healthd-manta.cpp b/health/healthd-manta.cpp
index b4138b4..4dfea77 100644
--- a/health/healthd-manta.cpp
+++ b/health/healthd-manta.cpp
@@ -297,7 +297,7 @@
     if (access(config->batteryCurrentNowPath.string(), R_OK) == 0) {
         manta_bat_batterypresent = true;
     } else {
-        KLOG_INFO("Missing battery, using fake battery data\n");
+        KLOG_INFO(LOG_TAG, "Missing battery, using fake battery data\n");
         config->batteryCurrentNowPath.clear();
     }
 }