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

Stephan Bergmann sbergman at redhat.com
Tue Sep 16 15:25:29 PDT 2014


 desktop/source/deployment/misc/dp_misc.cxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit a0a5f7695388627246d30701afdbd68ed812ddc9
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Sep 17 00:24:21 2014 +0200

    Use SAL_INFO
    
    Change-Id: Ie84aa24fc7b2d58dbb4f22ef063dfd055f32ae85

diff --git a/desktop/source/deployment/misc/dp_misc.cxx b/desktop/source/deployment/misc/dp_misc.cxx
index 9f3c553..2878329 100644
--- a/desktop/source/deployment/misc/dp_misc.cxx
+++ b/desktop/source/deployment/misc/dp_misc.cxx
@@ -530,10 +530,7 @@ OUString readConsole()
 
 void TRACE(OUString const & sText)
 {
-    (void) sText;
-#if OSL_DEBUG_LEVEL > 1
-    writeConsole(sText);
-#endif
+    SAL_INFO("desktop.deployment", sText);
 }
 
 void syncRepositories(


More information about the Libreoffice-commits mailing list