connectivity/source/drivers/evoab2/NResultSet.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit cb92af91dac44f266fa15f91832247347627a479 Author: Stephan Bergmann <sberg...@redhat.com> Date: Tue Dec 13 09:17:42 2016 +0100 loplugin:sallogareas Change-Id: I25f793d88a87d94925026fc3de97d02086a0c855 diff --git a/connectivity/source/drivers/evoab2/NResultSet.cxx b/connectivity/source/drivers/evoab2/NResultSet.cxx index cbf82ff..5453452 100644 --- a/connectivity/source/drivers/evoab2/NResultSet.cxx +++ b/connectivity/source/drivers/evoab2/NResultSet.cxx @@ -263,7 +263,7 @@ getValue( EContact* pContact, sal_Int32 nColumnNum, GType nType, GValue* pStackV if ( G_PARAM_SPEC_VALUE_TYPE (pSpec) != nType ) { - SAL_WARN("connectivity.evoab", "Wrong type (0x" << std::hex << (int)G_PARAM_SPEC_VALUE_TYPE(pSpec) << ") (0x" + SAL_WARN("connectivity.evoab2", "Wrong type (0x" << std::hex << (int)G_PARAM_SPEC_VALUE_TYPE(pSpec) << ") (0x" << std::hex << (int) nType << ") " << (pSpec->name ? pSpec->name : "<noname>")); return false; } @@ -288,7 +288,7 @@ getValue( EContact* pContact, sal_Int32 nColumnNum, GType nType, GValue* pStackV pStackValue ); if ( G_VALUE_TYPE( pStackValue ) != nType ) { - SAL_WARN("connectivity.evoab", "Fetched type mismatch" ); + SAL_WARN("connectivity.evoab2", "Fetched type mismatch" ); g_value_unset( pStackValue ); return false; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits