From cdf070c8d76ffc4eaa24e8671756cbbe9ceb2890 Mon Sep 17 00:00:00 2001 From: thomasvl Date: Mon, 14 Apr 2008 17:21:02 +0000 Subject: See the ReleaseNotes for the full details, highlights: - bug fixes - code coverage support - more complete unittests - full support for unittesting UIs - support for the iphone sdk (include ui unittesting) --- AppKit/GTMNSBezierPath+CGPath.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'AppKit/GTMNSBezierPath+CGPath.m') diff --git a/AppKit/GTMNSBezierPath+CGPath.m b/AppKit/GTMNSBezierPath+CGPath.m index 97464fc..c805f42 100644 --- a/AppKit/GTMNSBezierPath+CGPath.m +++ b/AppKit/GTMNSBezierPath+CGPath.m @@ -18,6 +18,7 @@ // the License. // #import "GTMNSBezierPath+CGPath.h" +#import "GTMDefines.h" @implementation NSBezierPath (GTMBezierPathCGPathAdditions) @@ -58,7 +59,7 @@ CGPathCloseSubpath(thePath); break; default: - NSLog(@"Unknown element at [NSBezierPath (GTMBezierPathCGPathAdditions) cgPath]"); + _GTMDevLog(@"Unknown element at [NSBezierPath (GTMBezierPathCGPathAdditions) cgPath]"); break; }; } -- cgit v1.2.3