diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-11-19 10:02:40 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-11-19 10:02:40 +0000 |
commit | 87c1125e74fd9ac40def2166d4c393afc5ae9a37 (patch) | |
tree | ce168eec5ba3c1c58df3669f465b0c851dc3408c /plugins | |
parent | 0a3eda35ddc713a692be660b92b27a56a118a8cf (diff) | |
download | rsyslog-87c1125e74fd9ac40def2166d4c393afc5ae9a37.tar.gz rsyslog-87c1125e74fd9ac40def2166d4c393afc5ae9a37.tar.bz2 rsyslog-87c1125e74fd9ac40def2166d4c393afc5ae9a37.zip |
added some debug message to ommysql
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ommysql/ommysql.c | 1 |
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 */ } |