Snap for 5173751 from f14c1ac49997647ac74246eca01dc67bdb2e93c8 to pi-b4s4-release

Change-Id: I1749fdbe33e448ecf1e4781fe48afc8fcb52b6f2
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();
     }