[Libreoffice-commits] core.git: desktop/unx

Tor Lillqvist tml at collabora.com
Mon Sep 9 07:25:47 PDT 2013


 desktop/unx/source/start.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit c4bfd42c3c4bbff2704b56013af5e0603eec5364
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Sep 9 11:33:09 2013 +0300

    Be less verbose in a plain debug build
    
    Change-Id: Ieffdf077372f56016fa735ce0266c9e6e6a1fe1d

diff --git a/desktop/unx/source/start.c b/desktop/unx/source/start.c
index 645cae68..77464b1 100644
--- a/desktop/unx/source/start.c
+++ b/desktop/unx/source/start.c
@@ -907,7 +907,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS( argc, argv )
 #endif
             }
 
-#if OSL_DEBUG_LEVEL > 0
+#if OSL_DEBUG_LEVEL > 1
             fprintf (stderr, "Exited with code '%d'\n", child_get_exit_code (info));
 #endif
 
@@ -915,14 +915,14 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS( argc, argv )
             g_pProcess = 0; // reset
             switch (status) {
             case EXITHELPER_CRASH_WITH_RESTART: // re-start with just -env: parameters
-#if OSL_DEBUG_LEVEL > 0
+#if OSL_DEBUG_LEVEL > 1
                 fprintf (stderr, "oosplash: re-start with just -env: params !\n");
 #endif
                 bRestart = sal_True;
                 bAllArgs = sal_False;
                 break;
             case EXITHELPER_NORMAL_RESTART: // re-start with all arguments
-#if OSL_DEBUG_LEVEL > 0
+#if OSL_DEBUG_LEVEL > 1
                 fprintf (stderr, "oosplash: re-start with all params !\n");
 #endif
                 bRestart = sal_True;


More information about the Libreoffice-commits mailing list