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