summaryrefslogtreecommitdiff
path: root/geofence/include/geofence_client_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'geofence/include/geofence_client_priv.h')
-rw-r--r--geofence/include/geofence_client_priv.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/geofence/include/geofence_client_priv.h b/geofence/include/geofence_client_priv.h
index 9b6eb68..80ab766 100644
--- a/geofence/include/geofence_client_priv.h
+++ b/geofence/include/geofence_client_priv.h
@@ -28,10 +28,10 @@ __BEGIN_DECLS
#undef LOG_TAG
#define LOG_TAG "GEOFENCE_DBUS_CLIENT"
#endif
-#define GEOFENCE_CLIENT_LOGI(fmt, args...) { LOGI(fmt, ##args); }
-#define GEOFENCE_CLIENT_LOGD(fmt, args...) { LOGD(fmt, ##args); }
-#define GEOFENCE_CLIENT_LOGW(fmt, args...) { LOGW(fmt, ##args); }
-#define GEOFENCE_CLIENT_LOGE(fmt, args...) { LOGE(fmt, ##args); }
+#define GEOFENCE_CLIENT_LOGI(fmt, args...) LOGI(fmt, ##args)
+#define GEOFENCE_CLIENT_LOGD(fmt, args...) LOGD(fmt, ##args)
+#define GEOFENCE_CLIENT_LOGW(fmt, args...) LOGW(fmt, ##args)
+#define GEOFENCE_CLIENT_LOGE(fmt, args...) LOGE(fmt, ##args)
#define GEOFENCE_CLIENT_SECLOG(fmt, args...) SECURE_LOGW(fmt, ##args)
#else
#define GEOFENCE_CLIENT_LOGI(fmt, args...)