summaryrefslogtreecommitdiffstats
path: root/plugins/ommysql
diff options
context:
space:
mode:
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 */
}