summaryrefslogtreecommitdiff
path: root/geofence/src/geofence_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'geofence/src/geofence_client.c')
-rw-r--r--geofence/src/geofence_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/geofence/src/geofence_client.c b/geofence/src/geofence_client.c
index dea6dd1..e953739 100644
--- a/geofence/src/geofence_client.c
+++ b/geofence/src/geofence_client.c
@@ -195,7 +195,7 @@ EXPORT_API int geo_client_start_geofence(geofence_client_dbus_h geofence_client,
GDBusProxy *proxy = NULL;
int ret = GEOFENCE_CLIENT_ERROR_NONE;
- GEOFENCE_CLIENT_LOGD("handle->conn: %p, geofence_id", handle->conn, geofence_id);
+ GEOFENCE_CLIENT_LOGD("handle->conn: %p, geofence_id: %d", handle->conn, geofence_id);
proxy = g_dbus_proxy_new_sync(handle->conn, G_DBUS_PROXY_FLAGS_NONE, NULL, handle->service_name, handle->signal_path, GEOFENCE_INTERFACE_NAME, NULL, &error);
if (proxy) {