[Libreoffice-commits] .: desktop/source

Stephan Bergmann sbergmann at kemper.freedesktop.org
Wed Apr 18 05:53:18 PDT 2012


 desktop/source/deployment/registry/component/dp_component.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c2c2a056aa49f49236c3260aeda88a6da747240a
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Apr 18 14:53:03 2012 +0200

    Improved debug output

diff --git a/desktop/source/deployment/registry/component/dp_component.cxx b/desktop/source/deployment/registry/component/dp_component.cxx
index 1d4b86a..7a97fbb 100644
--- a/desktop/source/deployment/registry/component/dp_component.cxx
+++ b/desktop/source/deployment/registry/component/dp_component.cxx
@@ -1408,7 +1408,7 @@ Reference<XComponentContext> raise_uno_process(
     // jar typelibs
 
     ::std::vector<OUString> args;
-#if OSL_DEBUG_LEVEL <= 1
+#if OSL_DEBUG_LEVEL == 0
     args.push_back( OUSTR("--quiet") );
 #endif
     args.push_back( OUSTR("--singleaccept") );


More information about the Libreoffice-commits mailing list