summaryrefslogtreecommitdiff
path: root/atspi/atspi-misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'atspi/atspi-misc.c')
-rw-r--r--atspi/atspi-misc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/atspi/atspi-misc.c b/atspi/atspi-misc.c
index 9e68049d..01bd1634 100644
--- a/atspi/atspi-misc.c
+++ b/atspi/atspi-misc.c
@@ -246,6 +246,8 @@ get_application (const char *bus_name)
DBusMessage *message;
DBusPendingCall *pending = NULL;
+ g_print ("get_application %s\n", bus_name);
+
if (!app_hash)
{
app_hash = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, (GDestroyNotify) g_object_unref);