oox/source/drawingml/fillproperties.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 32cdbc9c96898cf8bc2485b3df1be46c3c835ab0 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Fri Sep 11 09:15:33 2020 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Fri Sep 11 22:35:52 2020 +0200 log what token was unexpected Change-Id: I192bd691816a044dbca389621730ca7ee3a584e9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102453 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/oox/source/drawingml/fillproperties.cxx b/oox/source/drawingml/fillproperties.cxx index b6669210942a..655e177d94f3 100644 --- a/oox/source/drawingml/fillproperties.cxx +++ b/oox/source/drawingml/fillproperties.cxx @@ -1021,7 +1021,7 @@ sal_Int32 ArtisticEffectProperties::getEffectToken( const OUString& sName ) else if( sName == "amount" ) return XML_amount; - SAL_WARN( "oox.drawingml", "ArtisticEffectProperties::getEffectToken - unexpected token name" ); + SAL_WARN( "oox.drawingml", "ArtisticEffectProperties::getEffectToken - unexpected token name: " << sName ); return XML_none; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits