summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/inc/app.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index 876b6438be68..2ed33c8f258c 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -96,6 +96,7 @@ class Desktop : public Application
{
if ( m_aBootstrapError == BE_OK )
{
+ SAL_INFO("desktop.app", "SetBootstrapError: " << nError << " '" << aMessage << "'");
m_aBootstrapError = nError;
m_aBootstrapErrorMessage = aMessage;
}