summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ext/ucpext_content.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ext/ucpext_content.cxx')
-rw-r--r--ucb/source/ucp/ext/ucpext_content.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/ext/ucpext_content.cxx b/ucb/source/ucp/ext/ucpext_content.cxx
index 750da292331c..317a953fd248 100644
--- a/ucb/source/ucp/ext/ucpext_content.cxx
+++ b/ucb/source/ucp/ext/ucpext_content.cxx
@@ -345,7 +345,7 @@ namespace ucb { namespace ucp { namespace ext
// cut the root URL
if ( !sURL.match( sRootURL, 0 ) )
{
- SAL_INFO( "ucb.ucp", "illegal URL structure - no root" );
+ SAL_INFO( "ucb.ucp.ext", "illegal URL structure - no root" );
break;
}
@@ -355,7 +355,7 @@ namespace ucb { namespace ucp { namespace ext
const OUString sSeparatedExtensionId( encodeIdentifier( m_sExtensionId ) + OUString( sal_Unicode( '/' ) ) );
if ( !sRelativeURL.match( sSeparatedExtensionId ) )
{
- SAL_INFO( "ucb.ucp", "illegal URL structure - no extension ID" );
+ SAL_INFO( "ucb.ucp.ext", "illegal URL structure - no extension ID" );
break;
}
@@ -364,7 +364,7 @@ namespace ucb { namespace ucp { namespace ext
// cut the final slash (if any)
if ( sRelativeURL.isEmpty() )
{
- SAL_INFO( "ucb.ucp", "illegal URL structure - ExtensionContent should have a level below the extension ID" );
+ SAL_INFO( "ucb.ucp.ext", "illegal URL structure - ExtensionContent should have a level below the extension ID" );
break;
}