Mercurial > pidgin.yaz
changeset 25029:025b7767810c
merge of '679b95c6b80b4045e5c2ded165e64f4fca5f1ed8'
and 'bf66b180637244cbeca51a2a0f48addef4514cd9'
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Thu, 29 Jan 2009 03:53:12 +0000 |
parents | e01f455a99a6 (diff) 2c80f3d839c7 (current diff) |
children | 986edbefc516 |
files | |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/contact.c Thu Jan 29 03:15:57 2009 +0000 +++ b/libpurple/protocols/msn/contact.c Thu Jan 29 03:53:12 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");