# HG changeset patch # User Nathan Walp # Date 1113883555 0 # Node ID a3ce851812201044363216a30e00e6b43816d77a # Parent bc92c35db3e79ed610066463009d7d2531734b53 [gaim-migrate @ 12519] I guess I'm in the mood to clean stuff out of my tree committer: Tailor Script diff -r bc92c35db3e7 -r a3ce85181220 src/blist.c --- 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)) {