aboutsummaryrefslogtreecommitdiff
path: root/tests/service-version-multiwatch-service.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-07-09 10:58:17 -0500
committerTed Gould <ted@gould.cx>2010-07-09 10:58:17 -0500
commitb43f81d0ece9bb9c150ccbeba793f385bef6ce3b (patch)
treea132bd81b2157c6d56ecd66a953b9c96e0ee04c6 /tests/service-version-multiwatch-service.c
parentdceee48da02357fcb92e45f030711a6e734a0f73 (diff)
downloadlibayatana-indicator-b43f81d0ece9bb9c150ccbeba793f385bef6ce3b.tar.gz
libayatana-indicator-b43f81d0ece9bb9c150ccbeba793f385bef6ce3b.tar.bz2
libayatana-indicator-b43f81d0ece9bb9c150ccbeba793f385bef6ce3b.zip
A couple debug messages to make the test easier to read the output from.
Diffstat (limited to 'tests/service-version-multiwatch-service.c')
-rw-r--r--tests/service-version-multiwatch-service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/service-version-multiwatch-service.c b/tests/service-version-multiwatch-service.c
index ac92b36..9920306 100644
--- a/tests/service-version-multiwatch-service.c
+++ b/tests/service-version-multiwatch-service.c
@@ -28,6 +28,7 @@ int
main (int argc, char ** argv)
{
g_type_init();
+ g_debug("Service starting");
IndicatorService * is = indicator_service_new_version("org.ayatana.version.good", SERVICE_VERSION_GOOD);
g_signal_connect(G_OBJECT(is), INDICATOR_SERVICE_SIGNAL_SHUTDOWN, shutdown, NULL);