summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-13 09:17:42 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-13 09:17:42 +0100
commitcb92af91dac44f266fa15f91832247347627a479 (patch)
tree6a4d6e02f0942d08de5a540df935d3ef0f9cc958 /connectivity
parenttdf#104573 - Assertion failed: SolarMutex not locked (diff)
downloadcore-cb92af91dac44f266fa15f91832247347627a479.tar.gz
core-cb92af91dac44f266fa15f91832247347627a479.zip
loplugin:sallogareas
Change-Id: I25f793d88a87d94925026fc3de97d02086a0c855
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/evoab2/NResultSet.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/evoab2/NResultSet.cxx b/connectivity/source/drivers/evoab2/NResultSet.cxx
index cbf82ff8c7b3..5453452a1365 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;
}