Skip to content

Commit

Permalink
zmq: fixed plugin information
Browse files Browse the repository at this point in the history
  • Loading branch information
lmesz committed Dec 26, 2015
1 parent b46d684 commit f4063bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/zmq/zmq-plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ const ModuleInfo module_info =
{
.canonical_name = "zmq",
.version = VERSION,
.description = "The zmq module provides ZeroMQ destination support for syslog-ng.",
.core_revision = "Dummy Revision",
.description = "The zmq module provides ZeroMQ source and destination support for syslog-ng.",
.core_revision = "",
.plugins = zmq_plugins,
.plugins_len = G_N_ELEMENTS(zmq_plugins),
};

0 comments on commit f4063bd

Please sign in to comment.