diff --git a/android/1.1/GnssGeofencing.cpp b/android/1.1/GnssGeofencing.cpp index 5c11afe0..d57a6667 100644 --- a/android/1.1/GnssGeofencing.cpp +++ b/android/1.1/GnssGeofencing.cpp @@ -53,7 +53,7 @@ GnssGeofencing::~GnssGeofencing() { // Methods from ::android::hardware::gnss::V1_0::IGnssGeofencing follow. Return GnssGeofencing::setCallback(const sp& callback) { if (mApi != nullptr) { - LOC_LOGE("%s]: mApi is NOT nullptr", __FUNCTION__); + LOC_LOGd("mApi is NOT nullptr"); return Void(); }