Merge remote-tracking branch 'goog/qcom/release/LA.UM.7.8.9.08.00.00.478.137' into pi-dev
Bug: 120390132
Change-Id: Iaaf460a33394408498da98199e202b134a353f70
diff --git a/sdm845/android/GnssGeofencing.cpp b/sdm845/android/GnssGeofencing.cpp
index 5c11afe..d57a666 100644
--- a/sdm845/android/GnssGeofencing.cpp
+++ b/sdm845/android/GnssGeofencing.cpp
@@ -53,7 +53,7 @@
// Methods from ::android::hardware::gnss::V1_0::IGnssGeofencing follow.
Return<void> GnssGeofencing::setCallback(const sp<IGnssGeofenceCallback>& callback) {
if (mApi != nullptr) {
- LOC_LOGE("%s]: mApi is NOT nullptr", __FUNCTION__);
+ LOC_LOGd("mApi is NOT nullptr");
return Void();
}