adium 4042:ef04e5b56748: Forgot to remove this debug message.

commits at adium.im commits at adium.im
Tue Jul 5 17:20:56 UTC 2011


details:	http://hg.adium.im/adium/rev/ef04e5b56748
revision:	4042:ef04e5b56748
branch:		(none)
author:		Thijs Alkemade <thijsalkemade at gmail.com>
date:		Tue Jul 05 19:20:27 2011 +0200

Forgot to remove this debug message.

diffs (12 lines):

diff -r 0c9badab1e68 -r ef04e5b56748 Frameworks/Adium Framework/Source/AIListBookmark.m
--- a/Frameworks/Adium Framework/Source/AIListBookmark.m	Tue Jul 05 19:17:58 2011 +0200
+++ b/Frameworks/Adium Framework/Source/AIListBookmark.m	Tue Jul 05 19:20:27 2011 +0200
@@ -301,7 +301,7 @@
 		if (NSRunAlertPanel(AILocalizedString(@"Joining Bookmark Failed!", nil),
 									   AILocalizedString(@"There was a problem joining the bookmark %@, it needs to be recreated.\nWould you like to remove this bookmark?", nil),
 									   AILocalizedStringFromTable(@"Delete", @"Buttons", nil), AILocalizedStringFromTable(@"Cancel", @"Buttons", nil), nil, [self displayName]) == NSAlertDefaultReturn) {
-			NSLog(@"Removing %@", self);
+			AILogWithSignature(@"Removing %@", self);
 			[adium.contactController removeBookmark:self];
 		}
 		return nil;




More information about the commits mailing list