Kaydet (Commit) cd98512f authored tarafından Tor Lillqvist's avatar Tor Lillqvist

SAL_INFO instead of OSL_TRACE

Change-Id: I40a2e6ea708aa037172bc6e9f9882c88f1d486c3
üst 6dc7dab6
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment