summaryrefslogtreecommitdiffstats
path: root/src/ulogd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ulogd.c')
-rw-r--r--src/ulogd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ulogd.c b/src/ulogd.c
index 919a317..b85d0ee 100644
--- a/src/ulogd.c
+++ b/src/ulogd.c
@@ -392,6 +392,7 @@ void ulogd_register_plugin(struct ulogd_plugin *me)
if (strcmp(me->version, VERSION)) {
ulogd_log(ULOGD_NOTICE,
"plugin `%s' has incompatible version %s\n",
+ me->name,
me->version);
return;
}