SAL_INFO instead of OSL_TRACE
Change-Id: I40a2e6ea708aa037172bc6e9f9882c88f1d486c3
This commit is contained in:
@@ -394,10 +394,9 @@ uno::Any SAL_CALL Content::execute(
|
|||||||
ucb::CommandAbortedException,
|
ucb::CommandAbortedException,
|
||||||
uno::RuntimeException )
|
uno::RuntimeException )
|
||||||
{
|
{
|
||||||
OSL_TRACE( ">>>>> Content::execute: start: command: %s, env: %s",
|
SAL_INFO( "ucb.ucp.webdav", "Content::execute: start: command: " <<
|
||||||
rtl::OUStringToOString( aCommand.Name,
|
aCommand.Name << ", env: " <<
|
||||||
RTL_TEXTENCODING_UTF8 ).getStr(),
|
(Environment.is() ? "present" : "missing") );
|
||||||
Environment.is() ? "present" : "missing" );
|
|
||||||
|
|
||||||
uno::Any aRet;
|
uno::Any aRet;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user