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
This commit is contained in:
Miklos Vajna
2012-10-25 17:08:57 +02:00
parent 3e79318d5c
commit b0ec8d8683

View File

@@ -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 );