summaryrefslogtreecommitdiffstats
path: root/plugins/ommysql
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-11-19 10:02:40 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-11-19 10:02:40 +0000
commit87c1125e74fd9ac40def2166d4c393afc5ae9a37 (patch)
treece168eec5ba3c1c58df3669f465b0c851dc3408c /plugins/ommysql
parent0a3eda35ddc713a692be660b92b27a56a118a8cf (diff)
downloadrsyslog-87c1125e74fd9ac40def2166d4c393afc5ae9a37.tar.gz
rsyslog-87c1125e74fd9ac40def2166d4c393afc5ae9a37.tar.xz
rsyslog-87c1125e74fd9ac40def2166d4c393afc5ae9a37.zip
added some debug message to ommysql
Diffstat (limited to 'plugins/ommysql')
-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 */
}