fix log 60/140760/1 accepted/tizen_4.0_unified accepted/tizen_5.0_unified accepted/tizen_5.5_unified accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix tizen_4.0 tizen_5.0 tizen_5.5 tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix accepted/tizen/4.0/unified/20170816.013306 accepted/tizen/4.0/unified/20170829.020011 accepted/tizen/5.0/unified/20181102.015155 accepted/tizen/5.5/unified/20191031.024207 accepted/tizen/5.5/unified/mobile/hotfix/20201027.084114 accepted/tizen/5.5/unified/wearable/hotfix/20201027.115339 accepted/tizen/unified/20170727.191205 submit/tizen/20170727.011824 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170828.100004 submit/tizen_4.0/20170828.110004 submit/tizen_5.0/20181101.000003 submit/tizen_5.5/20191031.000003 submit/tizen_5.5_mobile_hotfix/20201026.185103 submit/tizen_5.5_wearable_hotfix/20201026.184303 tizen_4.0.IoT.p1_release tizen_4.0.IoT.p2_release tizen_4.0.m2_release tizen_5.5.m2_release
authorjomui <jongmun.woo@samsung.com>
Wed, 26 Jul 2017 08:28:44 +0000 (17:28 +0900)
committerjomui <jongmun.woo@samsung.com>
Wed, 26 Jul 2017 08:28:56 +0000 (17:28 +0900)
Signed-off-by: jomui <jongmun.woo@samsung.com>
Change-Id: Ib99fd41d52828eba9007b2b42a5f8b3f5717e77b

geofence/src/geofence_client.c

index dea6dd1..e953739 100644 (file)
@@ -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) {