summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-10-02 15:56:31 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-10-03 08:13:51 +0200
commit6ee9ab65db0a993bc93bbf0140f0a4657be10657 (patch)
treebf99e0212559149b943febfff5d7df82d9ccbede /connectivity
parent547b1d054162a73d49a828bed140ab8671da2ff8 (diff)
use more TOOLS_WARN_EXCEPTION
Change-Id: Id83c478af5d04ad548c7cf4239fe2fb3ee154dc9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103861 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/cpool/ZPoolCollection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/cpool/ZPoolCollection.cxx b/connectivity/source/cpool/ZPoolCollection.cxx
index 629d8b7da097..53c1cea0d3c3 100644
--- a/connectivity/source/cpool/ZPoolCollection.cxx
+++ b/connectivity/source/cpool/ZPoolCollection.cxx
@@ -400,7 +400,7 @@ void SAL_CALL OPoolCollection::disposing( const EventObject& Source )
}
catch(const Exception&)
{
- SAL_WARN("connectivity.cpool", "Exception caught");
+ TOOLS_WARN_EXCEPTION("connectivity.cpool", "");
}
}
}