From e8fafeadb8d9fee64a0917c544fc792f33c02f1e Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 7 May 2010 13:23:04 +0200 Subject: made ompgsql identify its version on load --- plugins/ompgsql/ompgsql.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/ompgsql/ompgsql.c b/plugins/ompgsql/ompgsql.c index c13f58e9..ffdcc532 100644 --- a/plugins/ompgsql/ompgsql.c +++ b/plugins/ompgsql/ompgsql.c @@ -355,6 +355,7 @@ CODESTARTmodInit CODEmodInit_QueryRegCFSLineHdlr CHKiRet(objUse(errmsg, CORE_COMPONENT)); INITChkCoreFeature(bCoreSupportsBatching, CORE_FEATURE_BATCHING); + DBGPRINTF("ompgsql: module compiled with rsyslog version %s.\n", VERSION); DBGPRINTF("ompgsql: %susing transactional output interface.\n", bCoreSupportsBatching ? "" : "not "); ENDmodInit /* vi:set ai: -- cgit