From 315145d0434ec3a028aed2d6de479c42886bd0f1 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 3 Dec 2007 11:35:09 +0000 Subject: some code cleanup --- plugins/ommysql/Makefile.am | 1 - plugins/ommysql/ommysql.c | 1 - 2 files changed, 2 deletions(-) (limited to 'plugins/ommysql') 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 */ } -- cgit