vcl/unx/gtk/app/gtkinst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b0ec8d8683c800b689a208ca2d44128e2cecefb8 Author: Miklos Vajna <vmik...@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 ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits