adium 3683:7fc558fbb532: Fix debug statement.

commits at adium.im commits at adium.im
Tue Feb 22 21:59:38 UTC 2011


details:	http://hg.adium.im/adium/rev/7fc558fbb532
revision:	3683:7fc558fbb532
author:		Thijs Alkemade <thijsalkemade at gmail.com>
date:		Tue Feb 22 22:59:31 2011 +0100

Fix debug statement.

diffs (12 lines):

diff -r 5d5b68b95780 -r 7fc558fbb532 Frameworks/Adium Framework/Source/ESObjectWithProperties.m
--- a/Frameworks/Adium Framework/Source/ESObjectWithProperties.m	Tue Feb 22 22:37:43 2011 +0100
+++ b/Frameworks/Adium Framework/Source/ESObjectWithProperties.m	Tue Feb 22 22:59:31 2011 +0100
@@ -219,7 +219,7 @@
 		if (strcmp(ivarType, @encode(NSInteger)) == 0) {
 			ret = [[[NSNumber alloc] initWithInteger:(NSInteger)value] autorelease];
 		} else if (ivarType[0] != _C_ID) {
-			AILogWithBacktrace(@" *** This ivar is not an object but an %s! Should not use -valueForProperty: @\"%@\" ***", ivarType, key);
+			AILogWithSignature(@" *** This ivar is not an object but an %s! Should not use -valueForProperty: @\"%@\" ***", ivarType, key);
 		} else {
 			ret = [[value retain] autorelease];
 		}




More information about the commits mailing list