diff options
author | Andras Timar <atimar@suse.com> | 2012-02-24 16:43:03 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-02-24 16:43:45 +0100 |
commit | 995b2f887bd75283d2d395d9430cd0472f7356ae (patch) | |
tree | 6176a338e542e003a231d913c16e7f787039aba8 /l10ntools | |
parent | b538f6a0f4193531e1187874b4b35a4384d6fcd1 (diff) |
more silent output of non-verbose help build
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/help/HelpLinker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/help/HelpLinker.cxx b/l10ntools/source/help/HelpLinker.cxx index eea87d5bf393..0103f43f8674 100644 --- a/l10ntools/source/help/HelpLinker.cxx +++ b/l10ntools/source/help/HelpLinker.cxx @@ -702,7 +702,7 @@ void HelpLinker::link() throw( HelpProcessingException ) fs::path fsAdditionalFileName( additionalFileName, fs::native ); std::string aNativeStr = fsAdditionalFileName.native_file_string(); const char* pStr = aNativeStr.c_str(); - std::cerr << pStr; + HCDBG(std::cerr << pStr << std::endl); fs::path fsTargetName( indexDirParentName / additionalFileKey ); |