summaryrefslogtreecommitdiff
path: root/vcl/unx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-10-25 17:08:57 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-10-25 17:11:49 +0200
commitb0ec8d8683c800b689a208ca2d44128e2cecefb8 (patch)
treed9aa3f02ab1061ea7d2ecedb548ed335d947cea7 /vcl/unx
parent3e79318d5c58ca44426069b668f315b065fa6376 (diff)
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
Diffstat (limited to 'vcl/unx')
-rw-r--r--vcl/unx/gtk/app/gtkinst.cxx2
1 files changed, 1 insertions, 1 deletions
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 );