summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-05-07 13:23:04 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-05-07 13:23:04 +0200
commite8fafeadb8d9fee64a0917c544fc792f33c02f1e (patch)
tree2093d23bf90e1941d2cdb72f87251c6cec2fe80f
parent5ab54ee0fb7ff106d057381b73e3af8c58ebaed0 (diff)
downloadrsyslog-e8fafeadb8d9fee64a0917c544fc792f33c02f1e.tar.gz
rsyslog-e8fafeadb8d9fee64a0917c544fc792f33c02f1e.tar.xz
rsyslog-e8fafeadb8d9fee64a0917c544fc792f33c02f1e.zip
made ompgsql identify its version on load
-rw-r--r--plugins/ompgsql/ompgsql.c1
1 files changed, 1 insertions, 0 deletions
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: