From ea9a31e3f130de74ebca0e5e5c1f450c6bca4a5b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 16 Apr 2017 14:47:12 +0100 Subject: logging the simple message is sufficient Change-Id: I50050001f080f668bded036372feeb271da4a7c6 --- slideshow/source/engine/eventqueue.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'slideshow/source/engine/eventqueue.cxx') diff --git a/slideshow/source/engine/eventqueue.cxx b/slideshow/source/engine/eventqueue.cxx index bcf8d1b685a5..2cb928cc3436 100644 --- a/slideshow/source/engine/eventqueue.cxx +++ b/slideshow/source/engine/eventqueue.cxx @@ -73,9 +73,9 @@ namespace slideshow { maEvents.top().pEvent->dispose(); } - catch (const uno::Exception&) + catch (const uno::Exception& e) { - SAL_WARN( "slideshow", "" << comphelper::anyToString(cppu::getCaughtException() ) ); + SAL_WARN("slideshow", "" << e.Message); } maEvents.pop(); } -- cgit