From 287699af82846972cc32f7f2b633dc851f45eade Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 19 Mar 2010 19:18:42 -0400 Subject: [PATCH] "alias" is of the public IM user, not the transport user. --- thblist.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/thblist.c b/thblist.c index 68be7af..03f87ca 100644 --- a/thblist.c +++ b/thblist.c @@ -270,10 +270,10 @@ void thrasher_buddy_add_request (PurpleAccount *account, const char *remote_user const char *id, const char *alias, const char *message) { - purple_debug_info("thrasher", - "legacy user %s adding %s to roster\n", - remote_user, alias); const char *jid = thrasher_account_get_jid(account); + purple_debug_info("thrasher", + "legacy user %s aka %s added %s to roster\n", + remote_user, alias, jid); thrasher_wrapper_legacy_user_add_user(jid, remote_user); } -- 2.11.4.GIT