Remove log spam when placing power hint call am: 63f76ad9a5 am: f07246fcde am: ba4eb0125f

Change-Id: I135beb2f24cb6422a751079a4d34f3a2d5991841
diff --git a/hal/audio_perf.cpp b/hal/audio_perf.cpp
index e2620a1..d127009 100644
--- a/hal/audio_perf.cpp
+++ b/hal/audio_perf.cpp
@@ -61,7 +61,7 @@
                     android::hardware::power::V1_2::IPower::getService();
         }
         if (gPowerHal_1_2_) {
-            ALOGI("Successfully connected to Power Hal Hidl service.");
+            ALOGV("Successfully connected to Power Hal Hidl service.");
             return HIDL_1_2;
         } else {
             // no more try on this handle
@@ -77,7 +77,7 @@
             gPowerHal_Aidl_ = aidl::android::hardware::power::IPower::fromBinder(pwBinder);
         }
         if (gPowerHal_Aidl_) {
-            ALOGI("Successfully connected to Power Hal Aidl service.");
+            ALOGV("Successfully connected to Power Hal Aidl service.");
             return AIDL;
         } else {
             // no more try on this handle