summaryrefslogtreecommitdiffstats
path: root/plugins/ommysql
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-03 11:35:09 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-03 11:35:09 +0000
commit315145d0434ec3a028aed2d6de479c42886bd0f1 (patch)
treedac4446a4faf3140b0ef6c3c47844696979739e7 /plugins/ommysql
parent1919403329dbfb567deabad3369a42b6509c3fa5 (diff)
downloadrsyslog-315145d0434ec3a028aed2d6de479c42886bd0f1.tar.gz
rsyslog-315145d0434ec3a028aed2d6de479c42886bd0f1.tar.xz
rsyslog-315145d0434ec3a028aed2d6de479c42886bd0f1.zip
some code cleanup
Diffstat (limited to 'plugins/ommysql')
-rw-r--r--plugins/ommysql/Makefile.am1
-rw-r--r--plugins/ommysql/ommysql.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/ommysql/Makefile.am b/plugins/ommysql/Makefile.am
index 7a8909ce..6397de5b 100644
--- a/plugins/ommysql/Makefile.am
+++ b/plugins/ommysql/Makefile.am
@@ -1,4 +1,3 @@
-pkglibdir = $(libdir)/rsyslog
pkglib_LTLIBRARIES = ommysql.la
ommysql_la_SOURCES = ommysql.c ommysql.h ../../module-template.h
diff --git a/plugins/ommysql/ommysql.c b/plugins/ommysql/ommysql.c
index 33651a79..bb3441af 100644
--- a/plugins/ommysql/ommysql.c
+++ b/plugins/ommysql/ommysql.c
@@ -196,7 +196,6 @@ 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 */
}