From 9e24e0160b3cb0d2bbd5ffe584d98a126783d279 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 8 Sep 2023 13:47:38 +0200 Subject: improve log message Change-Id: Ifb793b9f1d1476617239b826705f8838bdc66303 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156714 Tested-by: Jenkins Reviewed-by: Noel Grandin --- chart2/source/view/main/PropertyMapper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2/source/view') diff --git a/chart2/source/view/main/PropertyMapper.cxx b/chart2/source/view/main/PropertyMapper.cxx index 2700769f595c..c3241049057a 100644 --- a/chart2/source/view/main/PropertyMapper.cxx +++ b/chart2/source/view/main/PropertyMapper.cxx @@ -119,7 +119,7 @@ void PropertyMapper::setMappedProperties( } catch( const uno::Exception& ) { - TOOLS_WARN_EXCEPTION("chart2", "" ); + TOOLS_WARN_EXCEPTION("chart2", "exception mapping property from " << rSource << " to " << rTarget); } } if (nN == 0) -- cgit