Kaydet (Commit) df3cbe02 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

fprintf -> SAL_WARN

Change-Id: Ifab1415fafa93551d8bed1e77c38f04bec8d2eba
üst 27d02a34
......@@ -202,6 +202,7 @@ certain functionality.
@li @c cmisucp
@li @c ucb.ucp
@li @c ucb.ucp.gio
@li @c ucb.ucp.webdav
@section unotools
......
......@@ -490,13 +490,12 @@ uno::Reference< sdbc::XRow > Content::getPropertyValuesFromGFileInfo(GFileInfo *
{
xRow->appendObject( rProp, uno::makeAny( queryCreatableContentsInfo( xEnv ) ) );
}
#ifdef DEBUG
else
{
fprintf(stderr, "Looking for unsupported property %s\n",
rtl::OUStringToOString(rProp.Name, RTL_TEXTENCODING_UTF8).getStr());
SAL_WARN(
"ucb.ucp.gio",
"Looking for unsupported property " << rProp.Name);
}
#endif
}
return uno::Reference< sdbc::XRow >( xRow.get() );
......
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