From df3cbe026f2d5b432283625fa30cc910c484abdc Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 15 Mar 2013 18:54:19 +0100 Subject: fprintf -> SAL_WARN Change-Id: Ifab1415fafa93551d8bed1e77c38f04bec8d2eba --- ucb/source/ucp/gio/gio_content.cxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'ucb') diff --git a/ucb/source/ucp/gio/gio_content.cxx b/ucb/source/ucp/gio/gio_content.cxx index 6584bc5b2ba1..e7a34508d2c5 100644 --- a/ucb/source/ucp/gio/gio_content.cxx +++ b/ucb/source/ucp/gio/gio_content.cxx @@ -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() ); -- cgit