adium 3370:7ff9edb28862: Added debug logging for when we add mes...
commits at adium.im
commits at adium.im
Sat Oct 16 20:44:08 UTC 2010
details: http://hg.adium.im/adium/rev/7ff9edb28862
revision: 3370:7ff9edb28862
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.
(transplanted from 1bfe0f691c279541aea9b941da508bcef772619f)
diffs (11 lines):
diff -r 742bc970a0f1 -r 7ff9edb28862 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
@@ -292,6 +292,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