changeset 10847:a3ce85181220

[gaim-migrate @ 12519] I guess I'm in the mood to clean stuff out of my tree committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 19 Apr 2005 04:05:55 +0000
parents bc92c35db3e7
children 98de05966d6d
files src/blist.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/blist.c	Tue Apr 19 04:03:47 2005 +0000
+++ b/src/blist.c	Tue Apr 19 04:05:55 2005 +0000
@@ -751,7 +751,8 @@
 	presence = gaim_buddy_get_presence(buddy);
 	status = gaim_presence_get_active_status(presence);
 
-	gaim_debug_info("blist", "Updating buddy status\n");
+	gaim_debug_info("blist", "Updating buddy status for %s (%s)\n",
+			buddy->name, gaim_account_get_protocol_name(buddy->account));
 
 	if (gaim_status_is_online(status) &&
 		!gaim_status_is_online(old_status)) {