diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-12-08 16:52:15 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-12-08 16:52:15 +0800 |
commit | 2c785c36c5b8aa4581121f336fc7313da7c2fc92 (patch) | |
tree | 35c3f08708a322c3d97c393bc000b115b5f06937 /libempathy/empathy-keyring.c | |
parent | e95d1c1f58618c3cfd89232ab2997bbeda215c8a (diff) | |
download | gsoc2013-empathy-2c785c36c5b8aa4581121f336fc7313da7c2fc92.tar gsoc2013-empathy-2c785c36c5b8aa4581121f336fc7313da7c2fc92.tar.gz gsoc2013-empathy-2c785c36c5b8aa4581121f336fc7313da7c2fc92.tar.bz2 gsoc2013-empathy-2c785c36c5b8aa4581121f336fc7313da7c2fc92.tar.lz gsoc2013-empathy-2c785c36c5b8aa4581121f336fc7313da7c2fc92.tar.xz gsoc2013-empathy-2c785c36c5b8aa4581121f336fc7313da7c2fc92.tar.zst gsoc2013-empathy-2c785c36c5b8aa4581121f336fc7313da7c2fc92.zip |
auth-client: add some more debugging
I'm trying to understand what's going wrong in bug #665542 and having more
debugging would help.
Diffstat (limited to 'libempathy/empathy-keyring.c')
-rw-r--r-- | libempathy/empathy-keyring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-keyring.c b/libempathy/empathy-keyring.c index 3a5f6dc73..e63ed12df 100644 --- a/libempathy/empathy-keyring.c +++ b/libempathy/empathy-keyring.c @@ -78,7 +78,7 @@ find_items_cb (GnomeKeyringResult result, * modified or something but we don't have this information from * gnome-keyring atm. */ found = list->data; - DEBUG ("Got secret"); + DEBUG ("Got %d secrets; use the first one", g_list_length (list)); g_simple_async_result_set_op_res_gpointer (simple, g_strdup (found->secret), g_free); |