diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-04-18 14:53:03 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-04-18 14:53:03 +0200 |
commit | c2c2a056aa49f49236c3260aeda88a6da747240a (patch) | |
tree | 09aafe7bb9c3044b00c47f082659d837df512aa0 /desktop | |
parent | 5553dfe2060cb4a02a827c9774a60e4408d20c33 (diff) |
Improved debug output
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/registry/component/dp_component.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/registry/component/dp_component.cxx b/desktop/source/deployment/registry/component/dp_component.cxx index 1d4b86ad9f87..7a97fbb09ad8 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") ); |