summaryrefslogtreecommitdiff
path: root/cui/source/options/treeopt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/treeopt.cxx')
-rw-r--r--cui/source/options/treeopt.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx
index 34e370b06d35..e8cdeb4ab50e 100644
--- a/cui/source/options/treeopt.cxx
+++ b/cui/source/options/treeopt.cxx
@@ -1493,7 +1493,7 @@ OUString getCurrentFactory_Impl( const Reference< XFrame >& _xFrame )
}
catch ( css::frame::UnknownModuleException& )
{
- DBG_WARNING( "getActiveModule_Impl(): unknown module" );
+ SAL_INFO( "cui.options", "unknown module" );
}
catch ( Exception& )
{
@@ -1847,7 +1847,7 @@ OUString OfaTreeOptionsDialog::GetModuleIdentifier( const Reference< XFrame >& r
}
catch ( css::frame::UnknownModuleException& )
{
- DBG_WARNING( "OfaTreeOptionsDialog::GetModuleIdentifier(): unknown module" );
+ SAL_INFO( "cui.options", "unknown module" );
}
catch ( Exception& )
{