[Libreoffice-commits] .: desktop/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Jan 24 01:25:50 PST 2013
desktop/source/offacc/acceptor.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 59afa90803feb09d60e65c6d8f1e8486daad4085
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Jan 24 10:25:20 2013 +0100
Improve debug error reporting
Change-Id: I6798f7f855ed65a7628b4a178497205bce2e6060
diff --git a/desktop/source/offacc/acceptor.cxx b/desktop/source/offacc/acceptor.cxx
index e15de1e..7cfa234 100644
--- a/desktop/source/offacc/acceptor.cxx
+++ b/desktop/source/offacc/acceptor.cxx
@@ -116,7 +116,8 @@ void SAL_CALL Acceptor::run()
rtl::OUString() ,m_aProtocol ,rConnection ,rInstanceProvider );
osl::MutexGuard g(m_aMutex);
m_bridges.add(rBridge);
- } catch (const Exception&) {
+ } catch (const Exception& e) {
+ SAL_WARN("desktop", "caught Exception \"" << e.Message << "\"");
// connection failed...
// something went wrong during connection setup.
// just wait for a new connection to accept
More information about the Libreoffice-commits
mailing list