adium 3331:a9c6a2d66e7b: Add a useful debug line for room joins.

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


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

Add a useful debug line for room joins.
(transplanted from 68c641ab0a108a69e2fbf282cee309b41a1558be)

diffs (12 lines):

diff -r f8753a112961 -r a9c6a2d66e7b Plugins/Purple Service/CBPurpleAccount.m
--- a/Plugins/Purple Service/CBPurpleAccount.m	Mon Sep 20 14:21:14 2010 -0400
+++ b/Plugins/Purple Service/CBPurpleAccount.m	Tue Sep 21 00:10:14 2010 -0400
@@ -823,6 +823,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