[Libreoffice-commits] core.git: vcl/unx
Caolán McNamara
caolanm at redhat.com
Tue May 19 03:01:51 PDT 2015
vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 87a235ab55f2afb9999da7bcb2a508dd99b0de2a
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue May 19 10:59:28 2015 +0100
downgrade remaining nwf spew to info
Change-Id: I9b6a86ecf12c274d027a0484dd4c12c424e2761f
diff --git a/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx b/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx
index 3f42fed..1d82490 100644
--- a/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx
+++ b/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx
@@ -1863,8 +1863,7 @@ bool GtkSalGraphics::IsNativeControlSupported( ControlType nType, ControlPart nP
break;
}
- printf( "Unhandled is native supported for Type: %d, Part %d\n",
- (int)nType, (int)nPart );
+ SAL_INFO("vcl.gtk", "Unhandled is native supported for Type:" << nType << ", Part" << nPart);
return false;
}
More information about the Libreoffice-commits
mailing list