Mercurial > pidgin
changeset 25388:e01f455a99a6
merge of '2ba63306963eb1bfddbb853da79bd2d2e829af2d'
and 'ef02124197316893a5fcc15752bddf97c3cb3406'
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Thu, 29 Jan 2009 02:00:46 +0000 |
parents | 0e2731b9875c (current diff) b4b76f6a2b27 (diff) |
children | 025b7767810c |
files | |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/contact.c Wed Jan 28 10:27:53 2009 +0000 +++ b/libpurple/protocols/msn/contact.c Thu Jan 29 02:00:46 2009 +0000 @@ -1362,7 +1362,8 @@ xmlnode *changes; purple_debug_info("msn", "Update contact information with new %s: %s\n", - type==MSN_UPDATE_DISPLAY ? "display name" : "alias", value); + type == MSN_UPDATE_DISPLAY ? "display name" : "alias", + value ? value : "(null)"); purple_debug_info("msn", "passport=%s\n", passport); g_return_if_fail(passport != NULL); contact_info = xmlnode_new("contactInfo");