summaryrefslogtreecommitdiff
path: root/tools/source/rc/resmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/rc/resmgr.cxx')
-rw-r--r--tools/source/rc/resmgr.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx
index 3e808571923e..4556423c132b 100644
--- a/tools/source/rc/resmgr.cxx
+++ b/tools/source/rc/resmgr.cxx
@@ -801,11 +801,7 @@ void ResMgr::Init( const OUString& rFileName )
if ( !pImpRes )
{
-#ifdef DBG_UTIL
- OStringBuffer aStr("Resourcefile not found:\n");
- aStr.append(OUStringToOString(rFileName, RTL_TEXTENCODING_UTF8));
- OSL_FAIL(aStr.getStr());
-#endif
+ SAL_WARN( "tools.rc", "Resourcefile not found: " << rFileName);
RscException_Impl();
}
#ifdef DBG_UTIL