diff --git a/Source/InputMethodController.mm b/Source/InputMethodController.mm index 89f64271..0905c5c1 100644 --- a/Source/InputMethodController.mm +++ b/Source/InputMethodController.mm @@ -1341,7 +1341,7 @@ NS_INLINE size_t max(size_t a, size_t b) { return a > b ? a : b; } [client attributesForCharacterIndex:cursor lineHeightRectangle:&lineHeightRect]; } @catch (NSException *exception) { - NSLog(@"%@", exception); + NSLog(@"lineHeightRectangle %@", exception); } if (useVerticalMode) { @@ -1448,7 +1448,7 @@ NS_INLINE size_t max(size_t a, size_t b) { return a > b ? a : b; } [client attributesForCharacterIndex:cursor lineHeightRectangle:&lineHeightRect]; } @catch (NSException *exception) { - NSLog(@"%@", exception); + NSLog(@"lineHeightRectangle %@", exception); } [[vChewingInputMethodController tooltipController] showTooltip:tooltip atPoint:lineHeightRect.origin];