adium-1.4 3056:68c641ab0a10: Add a useful debug line for room jo...

commits at adium.im commits at adium.im
Tue Sep 21 04:10:26 UTC 2010


details:	http://hg.adium.im/adium-1.4/rev/68c641ab0a10
revision:	3056:68c641ab0a10
author:		Zachary West <zacw at adium.im>
date:		Tue Sep 21 00:10:14 2010 -0400

Add a useful debug line for room joins.

diffs (12 lines):

diff -r dc0331cdb426 -r 68c641ab0a10 Plugins/Purple Service/CBPurpleAccount.m
--- a/Plugins/Purple Service/CBPurpleAccount.m	Mon Sep 20 07:23:34 2010 -0400
+++ b/Plugins/Purple Service/CBPurpleAccount.m	Tue Sep 21 00:10:14 2010 -0400
@@ -810,6 +810,8 @@
 	for (NSDictionary *user in users) {
 		AIListContact *contact = [self contactWithUID:[user objectForKey:@"UID"]];
 		
+		AILogWithSignature(@"%@ join %@", chat, contact);
+		
 		[contact setOnline:YES notify:NotifyNever silently:YES];
 		
 		[newListObjects addObject:contact];




More information about the commits mailing list