diff options
author | Ted Gould <ted@gould.cx> | 2010-07-09 10:58:17 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-07-09 10:58:17 -0500 |
commit | b43f81d0ece9bb9c150ccbeba793f385bef6ce3b (patch) | |
tree | a132bd81b2157c6d56ecd66a953b9c96e0ee04c6 /tests/service-version-multiwatch-manager.c | |
parent | dceee48da02357fcb92e45f030711a6e734a0f73 (diff) | |
download | libayatana-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-manager.c')
-rw-r--r-- | tests/service-version-multiwatch-manager.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/service-version-multiwatch-manager.c b/tests/service-version-multiwatch-manager.c index 2edbd73..771426f 100644 --- a/tests/service-version-multiwatch-manager.c +++ b/tests/service-version-multiwatch-manager.c @@ -29,6 +29,8 @@ connection_good (IndicatorServiceManager * sm, gboolean connected, gpointer user gboolean delay_start (gpointer data) { + g_debug("Starting Manager"); + goodis = indicator_service_manager_new_version("org.ayatana.version.good", SERVICE_VERSION_GOOD); g_signal_connect(G_OBJECT(goodis), INDICATOR_SERVICE_MANAGER_SIGNAL_CONNECTION_CHANGE, G_CALLBACK(connection_good), NULL); |