From b0ec8d8683c800b689a208ca2d44128e2cecefb8 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 25 Oct 2012 17:08:57 +0200 Subject: vcl: don't print gtk version on startup All the other messages are already > 1, makes no sense to have this as > 0. Change-Id: I816239903cef650f34d9c57446018843e2acb64a --- vcl/unx/gtk/app/gtkinst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/unx/gtk') diff --git a/vcl/unx/gtk/app/gtkinst.cxx b/vcl/unx/gtk/app/gtkinst.cxx index 845e2fc0965a..5d67fa1a3b06 100644 --- a/vcl/unx/gtk/app/gtkinst.cxx +++ b/vcl/unx/gtk/app/gtkinst.cxx @@ -140,7 +140,7 @@ extern "C" VCLPLUG_GTK_PUBLIC SalInstance* create_SalInstance( oslModule pModule ) { -#if OSL_DEBUG_LEVEL > 0 +#if OSL_DEBUG_LEVEL > 1 fprintf( stderr, "create vcl plugin instance with gtk version %d %d %d\n", (int) gtk_major_version, (int) gtk_minor_version, (int) gtk_micro_version ); -- cgit v1.2.3