/soc/2015/mmcc/main: 136a5e95a1ad: Fix warning introduced in 187...

Daniel Atallah <[email protected]>
Newsgroups gmane.comp.gnome.gaim.cvs
Message-ID <[email protected]>
Changeset: 136a5e95a1ad72c30c0f7f5513430e99fde01a3c
Author:	 Daniel Atallah <[email protected]>
Date:	 2015-06-15 09:13 -0400
Branch:	 release-2.x.y
URL: https://hg.pidgin.im/soc/2015/mmcc/main/rev/136a5e95a1ad

Description:

Fix warning introduced in 187b51ce9922

diffstat:

 libpurple/server.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff --git a/libpurple/server.c b/libpurple/server.c
--- a/libpurple/server.c
+++ b/libpurple/server.c
@@ -854,12 +854,12 @@ PurpleConversation *serv_got_joined_chat
 		name, account);
 	if (!conv) {
 		purple_debug_info(NULL, "Opening %s chat on account %s",
-			name, account);
+			name, purple_account_get_username(account));
 		conv = purple_conversation_new(PURPLE_CONV_TYPE_CHAT, account, name);
 	}
 	else {
 		purple_debug_info(NULL, "Chat %s on account %s already exists",
-			name, account);
+			name, purple_account_get_username(account));
 	}
 
 	g_return_val_if_fail(conv != NULL, NULL);

_______________________________________________
Commits mailing list
[email protected]
https://pidgin.im/cgi-bin/mailman/listinfo/commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.