adium 4062:9f9108ee2326: Fix this debug message

commits at adium.im commits at adium.im
Wed Jul 20 12:04:22 UTC 2011


details:	http://hg.adium.im/adium/rev/9f9108ee2326
revision:	4062:9f9108ee2326
branch:		(none)
author:		Thijs Alkemade <thijsalkemade at gmail.com>
date:		Wed Jul 20 14:04:11 2011 +0200

Fix this debug message

diffs (12 lines):

diff -r 396786e9e2b7 -r 9f9108ee2326 Plugins/Purple Service/adiumPurpleEventloop.m
--- a/Plugins/Purple Service/adiumPurpleEventloop.m	Tue Jul 19 21:31:48 2011 -0700
+++ b/Plugins/Purple Service/adiumPurpleEventloop.m	Wed Jul 20 14:04:11 2011 +0200
@@ -61,7 +61,7 @@
 	dispatch_source_t src = sourceForTag(tag);
     
     if (!src) {
-		AILogWithSignature(@"Source info for %i not found");
+		AILogWithSignature(@"Source info for %i not found", tag);
 		return FALSE;
 	}
 	




More information about the commits mailing list