summaryrefslogtreecommitdiff
path: root/extensions/source/update/check
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/update/check')
-rw-r--r--extensions/source/update/check/updatecheck.cxx4
-rw-r--r--extensions/source/update/check/updatecheckjob.cxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/update/check/updatecheck.cxx b/extensions/source/update/check/updatecheck.cxx
index e6d6a2cd0463..817fc5ac8175 100644
--- a/extensions/source/update/check/updatecheck.cxx
+++ b/extensions/source/update/check/updatecheck.cxx
@@ -534,7 +534,7 @@ UpdateCheckThread::run()
catch(const uno::Exception& e) {
// Silently catch all errors
- SAL_WARN("extensions.update", "Caught exception, thread terminated. " << e.Message );
+ SAL_WARN("extensions.update", "Caught exception, thread terminated. " << e );
}
}
@@ -549,7 +549,7 @@ ManualUpdateCheckThread::run()
}
catch(const uno::Exception& e) {
// Silently catch all errors
- SAL_WARN("extensions.update", "Caught exception, thread terminated. " << e.Message );
+ SAL_WARN("extensions.update", "Caught exception, thread terminated. " << e );
}
}
diff --git a/extensions/source/update/check/updatecheckjob.cxx b/extensions/source/update/check/updatecheckjob.cxx
index b4885c83ae9a..2bbdf182f631 100644
--- a/extensions/source/update/check/updatecheckjob.cxx
+++ b/extensions/source/update/check/updatecheckjob.cxx
@@ -133,7 +133,7 @@ void SAL_CALL InitUpdateCheckJobThread::run()
aController->showDialog( true );
} catch (const uno::Exception &e) {
// fdo#64962 - don't bring the app down on some unexpected exception.
- SAL_WARN("extensions.update", "Caught init update exception, thread terminated. " << e.Message );
+ SAL_WARN("extensions.update", "Caught init update exception, thread terminated. " << e );
}
}
@@ -236,7 +236,7 @@ void UpdateCheckJob::handleExtensionUpdates( const uno::Sequence< beans::NamedVa
}
catch( const uno::Exception& e )
{
- SAL_WARN("extensions.update", "Caught exception, thread terminated. " << e.Message);
+ SAL_WARN("extensions.update", "Caught exception, thread terminated. " << e);
}
}