diff src/protocols/oscar/oscar.c @ 2931:10a2d4d5bcf2

[gaim-migrate @ 2944] heh. committer: Tailor Script <tailor@pidgin.im>
author Adam Fritzler <mid@auk.cx>
date Tue, 15 Jan 2002 04:07:08 +0000
parents 4ed6fb39870b
children 5d757d040a6a
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Tue Jan 15 03:50:14 2002 +0000
+++ b/src/protocols/oscar/oscar.c	Tue Jan 15 04:07:08 2002 +0000
@@ -1776,7 +1776,7 @@
 			debug_printf("chat info: \tMax Concurrent Rooms: %d\n", maxrooms);
 			debug_printf("chat info: \tExchange List: (%d total)\n", exchangecount);
 			for (i = 0; i < exchangecount; i++)
-				debug_printf("chat info: \t\t%d\n", exchanges[i].number);
+				debug_printf("chat info: \t\t%d    %s\n", exchanges[i].number, exchanges[i].name ? exchanges[i].name : "");
 			while (odata->create_rooms) {
 				struct create_room *cr = odata->create_rooms->data;
 				debug_printf("creating room %s\n", cr->name);