From e53da56ab2afbd28235137776a2b11f5b07fe828 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 2 Mar 2015 16:18:38 +0000 Subject: quieten this a bit Change-Id: Iea35e1377613a16a05c0df73cd9a38f4b717f015 --- vcl/unx/gtk/window/gtksalframe.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vcl') 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 ) ); -- cgit v1.2.3