summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/animationnodes/animationbasenode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/animationnodes/animationbasenode.cxx')
-rw-r--r--slideshow/source/engine/animationnodes/animationbasenode.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/animationnodes/animationbasenode.cxx b/slideshow/source/engine/animationnodes/animationbasenode.cxx
index 41adb19b6435..c70ffc3664df 100644
--- a/slideshow/source/engine/animationnodes/animationbasenode.cxx
+++ b/slideshow/source/engine/animationnodes/animationbasenode.cxx
@@ -368,12 +368,12 @@ bool AnimationBaseNode::hasPendingAnimation() const
return true;
}
-#if OSL_DEBUG_LEVEL >= 2 && defined(DBG_UTIL)
+#if defined(DBG_UTIL)
void AnimationBaseNode::showState() const
{
BaseNode::showState();
- VERBOSE_TRACE( "AnimationBaseNode info: independent subset=%s",
+ SAL_INFO( "slideshow.verbose", "AnimationBaseNode info: independent subset=" <<
mbIsIndependentSubset ? "y" : "n" );
}
#endif