diff options
-rw-r--r-- | vcl/quartz/salgdicommon.cxx | 2 |
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; |