summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/eventqueue.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-16 14:47:12 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-16 14:47:12 +0100
commitea9a31e3f130de74ebca0e5e5c1f450c6bca4a5b (patch)
treebd0a151f20e233ea9ece8d9c098f23a689f6e42d /slideshow/source/engine/eventqueue.cxx
parent487f349184013d718fe2a82336bfe0fec1bfd612 (diff)
logging the simple message is sufficient
Change-Id: I50050001f080f668bded036372feeb271da4a7c6
Diffstat (limited to 'slideshow/source/engine/eventqueue.cxx')
-rw-r--r--slideshow/source/engine/eventqueue.cxx4
1 files changed, 2 insertions, 2 deletions
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();
}