From 87c1125e74fd9ac40def2166d4c393afc5ae9a37 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 19 Nov 2007 10:02:40 +0000 Subject: added some debug message to ommysql --- plugins/ommysql/ommysql.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/ommysql') 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 */ } -- cgit