summaryrefslogtreecommitdiff
path: root/vcl/quartz
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-05-23 19:13:25 +0300
committerTor Lillqvist <tml@collabora.com>2014-05-23 19:59:35 +0300
commit388e2d5224cf8d0a3820bf02602165f5caf36431 (patch)
tree582bf1acb283977f02bf86a741a436d260386bec /vcl/quartz
parent8100131214ac2ee46b632703d8ba2babeaf3b5f6 (diff)
Use CG_TRACE consistently
Change-Id: Icff6aa906b0c470afdc4c632896fa5087eeeffb0
Diffstat (limited to 'vcl/quartz')
-rw-r--r--vcl/quartz/salgdicommon.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/quartz/salgdicommon.cxx b/vcl/quartz/salgdicommon.cxx
index 4df173c38695..4848fd3d2885 100644
--- a/vcl/quartz/salgdicommon.cxx
+++ b/vcl/quartz/salgdicommon.cxx
@@ -145,8 +145,7 @@ static void AddPolygonToPath( CGMutablePathRef xPath,
aCP1 += aHalfPointOfs;
aCP2 += aHalfPointOfs;
}
- SAL_INFO( "vcl.cg",
- "CGPathAddCurveToPoint(" << xPath << ",NULL," << aCP1.getX() << "," << aCP1.getY() << "," <<
+ CG_TRACE( "CGPathAddCurveToPoint(" << xPath << ",NULL," << aCP1.getX() << "," << aCP1.getY() << "," <<
aCP2.getX() << "," << aCP2.getY() << "," << aPoint.getX() << "," << aPoint.getY() << ")" );
CGPathAddCurveToPoint( xPath, NULL, aCP1.getX(), aCP1.getY(),
aCP2.getX(), aCP2.getY(), aPoint.getX(), aPoint.getY() );