summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-03-02 16:18:38 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-03-02 16:18:58 +0000
commite53da56ab2afbd28235137776a2b11f5b07fe828 (patch)
tree1510dbec4792111e95ef289e36373797699c80d4 /vcl
parenteb95cdd91a82b8f2a10b5cce0f7ab3f3a33a3e91 (diff)
quieten this a bit
Change-Id: Iea35e1377613a16a05c0df73cd9a38f4b717f015
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/gtk/window/gtksalframe.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/unx/gtk/window/gtksalframe.cxx b/vcl/unx/gtk/window/gtksalframe.cxx
index 24518950ebbf..21ee7f8d34ec 100644
--- a/vcl/unx/gtk/window/gtksalframe.cxx
+++ b/vcl/unx/gtk/window/gtksalframe.cxx
@@ -1964,8 +1964,7 @@ void GtkSalFrame::AllocateFrame()
basebmp::FORMAT_THIRTYTWO_BIT_TC_MASK_BGRX, cairo_stride);
m_aFrame->setDamageTracker(
basebmp::IBitmapDeviceDamageTrackerSharedPtr(new DamageTracker(*this)) );
- fprintf( stderr, "allocated m_aFrame size of %dx%d \n",
- (int)maGeometry.nWidth, (int)maGeometry.nHeight );
+ SAL_INFO("vcl.gtk3", "allocated m_aFrame size of " << maGeometry.nWidth << " x " << maGeometry.nHeight);
#if OSL_DEBUG_LEVEL > 0 // set background to orange
m_aFrame->clear( basebmp::Color( 255, 127, 0 ) );