summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/ommysql/ommysql.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ommysql/ommysql.c b/plugins/ommysql/ommysql.c
index 8cc4f516..c132956a 100644
--- a/plugins/ommysql/ommysql.c
+++ b/plugins/ommysql/ommysql.c
@@ -196,6 +196,7 @@ rsRetVal writeMySQL(uchar *psz, instanceData *pData)
}
finalize_it:
+dbgprintf("writeMySQL result: %d\n", iRet);
if(iRet == RS_RET_OK) {
pData->uLastMySQLErrno = 0; /* reset error for error supression */
}