comparison libpurple/protocols/oscar/rxhandlers.c @ 30904:91d3b40a2f70

No need to clutter the debug log with dozens of lines when the information can fit on one, increasing readability.
author ivan.komarov@soc.pidgin.im
date Fri, 05 Nov 2010 00:37:23 +0000
parents 553cd883a29a
children
comparison
equal deleted inserted replaced
30903:f8f853ab3aba 30904:91d3b40a2f70
67 } 67 }
68 68
69 mod->next = (aim_module_t *)od->modlistv; 69 mod->next = (aim_module_t *)od->modlistv;
70 od->modlistv = mod; 70 od->modlistv = mod;
71 71
72 purple_debug_misc("oscar", "registered module %s (family 0x%04x, version = 0x%04x, tool 0x%04x, tool version 0x%04x)\n", mod->name, mod->family, mod->version, mod->toolid, mod->toolversion);
73
74 return 0; 72 return 0;
75 } 73 }
76 74
77 void aim__shutdownmodules(OscarData *od) 75 void aim__shutdownmodules(OscarData *od)
78 { 76 {