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

Tor Lillqvist tml at iki.fi
Fri Mar 15 04:57:25 PDT 2013


 ucb/source/ucp/webdav-neon/webdavcontent.cxx |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

New commits:
commit cd98512fc4c1bf78bd49f674732811d828c5a2b1
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue Mar 12 17:05:29 2013 +0200

    SAL_INFO instead of OSL_TRACE
    
    Change-Id: I40a2e6ea708aa037172bc6e9f9882c88f1d486c3

diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
index 7648b97..14d52d3 100644
--- a/ucb/source/ucp/webdav-neon/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
@@ -394,10 +394,9 @@ uno::Any SAL_CALL Content::execute(
            ucb::CommandAbortedException,
            uno::RuntimeException )
 {
-    OSL_TRACE( ">>>>> Content::execute: start: command: %s, env: %s",
-               rtl::OUStringToOString( aCommand.Name,
-                                       RTL_TEXTENCODING_UTF8 ).getStr(),
-               Environment.is() ? "present" : "missing" );
+    SAL_INFO( "ucb.ucp.webdav", "Content::execute: start: command: " <<
+              aCommand.Name << ", env: " <<
+              (Environment.is() ? "present" : "missing") );
 
     uno::Any aRet;
 


More information about the Libreoffice-commits mailing list