diff --git a/Source/GSSimpleLayoutManager.m b/Source/GSSimpleLayoutManager.m index 4398d39f3..a546ce9ef 100644 --- a/Source/GSSimpleLayoutManager.m +++ b/Source/GSSimpleLayoutManager.m @@ -771,7 +771,7 @@ forStartOfGlyphRange: (NSRange)glyphRange currReloc = [ghostArray objectAtIndex: 0]; firstChar = currReloc->glyphRange.location; -NSLog(@"Reloc %@", NSStringFromRange(currReloc->glyphRange)); +NSDebugLog(@"Reloc %@ to %d", NSStringFromRange(currReloc->glyphRange), nextChar); if (firstChar == nextChar) break; else if (firstChar > nextChar)