summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-24 18:38:43 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-24 18:38:43 +0100
commitafd7ad155d4fd3219f51b38e8193d9284a65715e (patch)
tree28b282d22a64a9c47b52bdf319d5149c80df99da /vcl
parent18ceb68ccceb321e2c81ee75c818334e596311b9 (diff)
fix Mac build
Change-Id: Ifde3ac63353b04827303c32f7832fcb828b7149d
Diffstat (limited to 'vcl')
-rw-r--r--vcl/quartz/salgdicommon.cxx2
1 files changed, 1 insertions, 1 deletions
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;