From c34b1ffb4cd20ddf747d650f5b25b0ca76cfbc82 Mon Sep 17 00:00:00 2001 From: Alban Crequy Date: Mon, 3 May 2010 16:34:08 +0100 Subject: [PATCH] display connection path when SetLocation succeeds --- src/position-publisher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/position-publisher.c b/src/position-publisher.c index 3fdfd1f..9f2f0a1 100644 --- a/src/position-publisher.c +++ b/src/position-publisher.c @@ -96,7 +96,7 @@ set_location_cb (TpConnection *conn, return; } - g_print ("SetLocation succeed\n"); + g_print ("SetLocation succeed (%s)\n", tp_proxy_get_object_path (conn)); } static gboolean -- 1.7.9.5