From afd7ad155d4fd3219f51b38e8193d9284a65715e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 24 Mar 2014 18:38:43 +0100 Subject: fix Mac build Change-Id: Ifde3ac63353b04827303c32f7832fcb828b7149d --- vcl/quartz/salgdicommon.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') diff --git a/vcl/quartz/salgdicommon.cxx b/vcl/quartz/salgdicommon.cxx index 335b12ad31bc..d923cc649069 100644 --- a/vcl/quartz/salgdicommon.cxx +++ b/vcl/quartz/salgdicommon.cxx @@ -1851,7 +1851,7 @@ bool XorEmulation::UpdateTarget() void AquaSalGraphics::SetVirDevGraphics( CGLayerRef xLayer, CGContextRef xContext, int nBitmapDepth ) { - SAL_INFO( "vcl.ios", "SetVirDevGraphics() this=" << this << " layer=" << xLayer << " context=" << xContext ); + SAL_INFO( "vcl.quartz", "SetVirDevGraphics() this=" << this << " layer=" << xLayer << " context=" << xContext ); #ifndef IOS mbWindow = false; -- cgit