From: Julien Ammous Date: Sat, 13 Nov 2010 17:31:51 +0000 (+0100) Subject: zeromq plugin: display the number of threads used X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=c861191097b98eebda22db0c3618027f5a97c373;p=collectd.git zeromq plugin: display the number of threads used --- diff --git a/src/zeromq.c b/src/zeromq.c index 6b75a9d7..191f88a0 100644 --- a/src/zeromq.c +++ b/src/zeromq.c @@ -280,6 +280,8 @@ static int cmq_config_socket (oconfig_item_t *ci) /* {{{ */ zmq_strerror (errno)); return (-1); } + + INFO("ZeroMQ: Using %d threads", cmq_threads_num); } /* Create a new socket */