comparison libpurple/protocols/msn/slpcall.c @ 24967:5e77f8512f5b

Report a debug warning if a SLP MSG is not processed because it has unknown flags. This should make it easier to fix problems like with WLM 9. References #7180.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 19 Jan 2009 01:05:27 +0000
parents bcedd3b2ca69
children 859e5b3f5c47
comparison
equal deleted inserted replaced
24966:5c7fee60853b 24967:5e77f8512f5b
237 237
238 if (slpcall != NULL) 238 if (slpcall != NULL)
239 msn_slpcall_session_init(slpcall); 239 msn_slpcall_session_init(slpcall);
240 } 240 }
241 #endif 241 #endif
242 else
243 purple_debug_warning("msn", "Unprocessed SLP message with flags 0x%08lx\n",
244 slpmsg->flags);
242 245
243 return slpcall; 246 return slpcall;
244 } 247 }