diff src/protocols/msn/notification.c @ 9225:554ef91db2dd

[gaim-migrate @ 10021] Another fix, like the previous time, and some #if 0'd debug info. The MSN servers are doing something they're not supposed to do, it seems. We're investigating. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 06 Jun 2004 20:45:53 +0000
parents 6478190b36a9
children 997c28571364
line wrap: on
line diff
--- a/src/protocols/msn/notification.c	Sun Jun 06 20:31:20 2004 +0000
+++ b/src/protocols/msn/notification.c	Sun Jun 06 20:45:53 2004 +0000
@@ -317,6 +317,8 @@
 
 	if (user == NULL)
 	{
+		gaim_debug_info("msn", "Creating new user. '%s' was not found.\n",
+						passport);
 		user = msn_user_new(session->userlist, passport, friendly);
 		msn_userlist_add_user(session->userlist, user);
 	}