summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/attributemap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/attributemap.cxx')
-rw-r--r--slideshow/source/engine/attributemap.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/slideshow/source/engine/attributemap.cxx b/slideshow/source/engine/attributemap.cxx
index b017d97c335f..200bcdc5e8cf 100644
--- a/slideshow/source/engine/attributemap.cxx
+++ b/slideshow/source/engine/attributemap.cxx
@@ -77,9 +77,7 @@ namespace slideshow
if( !aMap.lookup( rAttrName,
eAttributeType ) )
{
- OSL_TRACE( "mapAttributeName(): attribute name %s not found in map.",
- OUStringToOString( rAttrName,
- RTL_TEXTENCODING_ASCII_US ).getStr() );
+ SAL_WARN("slideshow", "mapAttributeName(): attribute name not found in map: " << rAttrName);
return ATTRIBUTE_INVALID;
}