From 712c971218b6be100408ecd9020b6868742d25e0 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 13 Apr 2010 19:39:43 +0000 Subject: [PATCH] Add public IM username to debug log. --- thblist.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/thblist.c b/thblist.c index 901910c..593c64c 100644 --- a/thblist.c +++ b/thblist.c @@ -191,8 +191,9 @@ void thrasher_buddy_authorize (const char *jid, thrasher_get_connection_by_account(account); g_return_if_fail(gc); - purple_debug_info("thrasher", "Authorizing %s for jid %s\n", - legacy_username, jid); + purple_debug_info("thrasher", "Authorizing %s for jid %s (%s)\n", + legacy_username, jid, + purple_account_get_username(account)); // defensive; probably only add_permit is necesary serv_rem_deny(gc, legacy_username); -- 2.11.4.GIT