SAL_INFO instead of OSL_TRACE

Change-Id: I40a2e6ea708aa037172bc6e9f9882c88f1d486c3
This commit is contained in:
Tor Lillqvist
2013-03-12 17:05:29 +02:00
parent 6dc7dab6a8
commit cd98512fc4

View File

@@ -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;