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,
|
||||
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;
|
||||
|
||||
|
Reference in New Issue
Block a user