We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2dd3e commit 2a75ca4Copy full SHA for 2a75ca4
modules/zmq/zmq-plugin.c
@@ -59,8 +59,8 @@ const ModuleInfo module_info =
59
{
60
.canonical_name = "zmq",
61
.version = VERSION,
62
- .description = "The zmq module provides ZeroMQ destination support for syslog-ng.",
63
- .core_revision = "Dummy Revision",
+ .description = "The zmq module provides ZeroMQ source and destination support for syslog-ng.",
+ .core_revision = "",
64
.plugins = zmq_plugins,
65
.plugins_len = G_N_ELEMENTS(zmq_plugins),
66
};
0 commit comments