[Libreoffice-commits] .: vcl/unx

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Oct 25 08:09:51 PDT 2012


 vcl/unx/gtk/app/gtkinst.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b0ec8d8683c800b689a208ca2d44128e2cecefb8
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Thu Oct 25 17:08:57 2012 +0200

    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

diff --git a/vcl/unx/gtk/app/gtkinst.cxx b/vcl/unx/gtk/app/gtkinst.cxx
index 845e2fc..5d67fa1 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 );


More information about the Libreoffice-commits mailing list