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

New commits:
commit a0a5f7695388627246d30701afdbd68ed812ddc9
Author: Stephan Bergmann <sberg...@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(
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to