adium-1.4 3088:1bfe0f691c27: Added debug logging for when we add...
commits at adium.im
commits at adium.im
Sat Oct 16 20:43:37 UTC 2010
details: http://hg.adium.im/adium-1.4/rev/1bfe0f691c27
revision: 3088:1bfe0f691c27
author: Evan Schoenberg
date: Sat Oct 16 15:43:29 2010 -0500
Added debug logging for when we add messages from chat logs as chat context.
diffs (11 lines):
diff -r dba0d3d40782 -r 1bfe0f691c27 Source/DCMessageContextDisplayPlugin.m
--- a/Source/DCMessageContextDisplayPlugin.m Sat Oct 16 00:26:18 2010 -0500
+++ b/Source/DCMessageContextDisplayPlugin.m Sat Oct 16 15:43:29 2010 -0500
@@ -290,6 +290,7 @@
[file closeFile];
//Add our locals to the outer array; we're probably looping again.
+ AILog(@"Context: %i messages from %@: %@", foundMessages.count, [xmlFilePath lastPathComponent], foundMessages);
[outerFoundContentContexts replaceObjectsInRange:NSMakeRange(0, 0) withObjectsFromArray:foundMessages];
linesLeftToFind -= [outerFoundContentContexts count];
}
More information about the commits
mailing list