From 9391e6b85e6b571c63d91ff0bf8e0472f48f7522 Mon Sep 17 00:00:00 2001 From: Cédric Bosdonnat Date: Thu, 25 Jul 2013 15:42:16 +0200 Subject: UCB Show more infos about errors loading UCP Change-Id: Ibc67cde1766f1259f4e5099160d469412fb4e89e --- ucb/source/core/provprox.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ucb') diff --git a/ucb/source/core/provprox.cxx b/ucb/source/core/provprox.cxx index 4447cc88df09..bae3f77b23c5 100644 --- a/ucb/source/core/provprox.cxx +++ b/ucb/source/core/provprox.cxx @@ -347,8 +347,9 @@ UcbContentProviderProxy::getContentProvider() { throw; } - catch ( Exception const & ) + catch ( Exception const & e) { + SAL_INFO( "ucb.core", "Exception when getting content provider: " << e.Message ); } // registerInstance called at proxy, but not yet at original? -- cgit