summaryrefslogtreecommitdiff
path: root/vcl/source/app/svapp.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-12-06 10:00:27 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-12-06 10:19:54 +0000
commit4e182284510a5fc76c1343bfa432780dc4cd609d (patch)
treee1969eeea3620993b42c55cdc2832359e66f592e /vcl/source/app/svapp.cxx
parentb80dc5827125a0ab3bc6b5479330ba2469a6afb9 (diff)
OSL_TRACE -> SAL_ in vcl
Change-Id: Icd317671a6b1b5356f0ccc7c59d50952fe20269b Reviewed-on: https://gerrit.libreoffice.org/31667 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/app/svapp.cxx')
-rw-r--r--vcl/source/app/svapp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index af80c7cb3b58..7b06b5dde778 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -1662,7 +1662,7 @@ void Application::ShowNativeErrorBox(const OUString& sTitle ,
sTitle,
sMessage);
if (btn != SALSYSTEM_SHOWNATIVEMSGBOX_BTN_OK) {
- OSL_TRACE("ShowNativeMessageBox returned %d", btn);
+ SAL_WARN( "vcl", "ShowNativeMessageBox returned " << btn);
}
}