diff options
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx index 993666682aca..5ccbb5137197 100644 --- a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx +++ b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx @@ -251,7 +251,7 @@ ResultSetForQuery::ResultSetForQuery( const uno::Reference< uno::XComponentConte } catch (const Exception &e) { - SAL_WARN("xmlhelp", "Exception: " << e.Message); + SAL_WARN("xmlhelp", e); } ++iDir; |