Log the arguments to SKIndexCreateWithURL, so we can be sure it isn't our fault (or find out how it is). Refs #15699.
authorPeter Hosey <hg@boredzo.org>
Sun, 08 Jan 2012 17:25:38 -0800
changeset 44761a3047f3c8df
parent 4473 214236f24d50
child 4477 aad0cfb08160
Log the arguments to SKIndexCreateWithURL, so we can be sure it isn't our fault (or find out how it is). Refs #15699.
Source/AILoggerPlugin.m
     1.1 --- a/Source/AILoggerPlugin.m	Sat Jan 07 20:42:32 2012 -0800
     1.2 +++ b/Source/AILoggerPlugin.m	Sun Jan 08 17:25:38 2012 -0800
     1.3 @@ -476,7 +476,7 @@
     1.4  					});
     1.5  					[bself _flushIndex:_index];
     1.6  				} else {
     1.7 -					AILogWithSignature(@"AILoggerPlugin warning: SKIndexCreateWithURL() returned NULL");
     1.8 +					AILogWithSignature(@"AILoggerPlugin warning: SKIndexCreateWithURL(%@, %@, %lu, %@) returned NULL", logIndexURL, @"Content", (unsigned long)kSKIndexInverted, textAnalysisProperties);
     1.9  				}
    1.10  			}
    1.11  			bself->logIndex = _index;