summaryrefslogtreecommitdiff
path: root/l10ntools/inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-03-08 15:18:33 +0100
committerMichael Stahl <mstahl@redhat.com>2016-03-08 15:20:24 +0100
commit466c03f9566344b24aaa70b374daf46054914290 (patch)
tree1c88a7268488b5652f309e3bce058d2c95cae7c9 /l10ntools/inc
parent291e00bb43b22d1848a3e628eefca20defe6621e (diff)
Revert "tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals"
In a build --with-lang=2 languages this generates millions of lines of output, it prints for > 2 minutes straight. Our build system is not a terminal benchmark, and i have no idea what the problem with "OSL_DEBUG_LEVEL > 1" conditionals is anyway, so revert it for now. This reverts commit 3f80f144cff8d8ddd1d33e7b8ca6dbe2ad8d8491.
Diffstat (limited to 'l10ntools/inc')
-rw-r--r--l10ntools/inc/helpmerge.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/inc/helpmerge.hxx b/l10ntools/inc/helpmerge.hxx
index dcc3130cd3e6..89c85433d84f 100644
--- a/l10ntools/inc/helpmerge.hxx
+++ b/l10ntools/inc/helpmerge.hxx
@@ -31,7 +31,7 @@ class HelpParser
private:
OString sHelpFile;
-#if OSL_DEBUG_LEVEL > 0
+#if OSL_DEBUG_LEVEL > 2
/// Debugmethod, prints the content of the map to stdout
static void Dump(LangHashMap* rElem_in , const OString & sKey_in);