adium 2337:7d40f9f80e9e: A little more specific logging.

commits at adium.im commits at adium.im
Tue May 26 02:30:42 UTC 2009


details:	http://hg.adium.im/adium/rev/7d40f9f80e9e
revision:	2337:7d40f9f80e9e
author:		Zachary West <zacw at adium.im>
date:		Mon May 25 22:30:29 2009 -0400

A little more specific logging.

diffstat:

 Frameworks/Adium Framework/Source/AIProxyListObject.m |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 4155acd67cae -r 7d40f9f80e9e Frameworks/Adium Framework/Source/AIProxyListObject.m
--- a/Frameworks/Adium Framework/Source/AIProxyListObject.m	Mon May 25 22:18:31 2009 -0400
+++ b/Frameworks/Adium Framework/Source/AIProxyListObject.m	Mon May 25 22:30:29 2009 -0400
@@ -40,7 +40,7 @@
 		// If the old list object is for some reason invalid (released in contact controller, but not fully released)
 		// we end up with an old list object as our proxied object. Correct this by getting rid of the old one.
 #ifdef DEBUG_BUILD
-		NSLog(@"Attempting to correct for old proxy listobject");
+		NSLog(@"Attempting to correct for old proxy listobject, keyed %@", key);
 #endif
 		[proxy.listObject removeProxyObject:proxy];
 		[self releaseProxyObject:proxy];




More information about the commits mailing list