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:
@@ -140,7 +140,7 @@ extern "C"
|
|||||||
|
|
||||||
VCLPLUG_GTK_PUBLIC SalInstance* create_SalInstance( oslModule pModule )
|
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",
|
fprintf( stderr, "create vcl plugin instance with gtk version %d %d %d\n",
|
||||||
(int) gtk_major_version, (int) gtk_minor_version,
|
(int) gtk_major_version, (int) gtk_minor_version,
|
||||||
(int) gtk_micro_version );
|
(int) gtk_micro_version );
|
||||||
|
Reference in New Issue
Block a user