zeromq plugin: display the number of threads used
authorJulien Ammous <j.ammous@gmail.com>
Sat, 13 Nov 2010 17:31:51 +0000 (18:31 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 16 Nov 2010 10:05:05 +0000 (11:05 +0100)
src/zeromq.c

index 6b75a9d..191f88a 100644 (file)
@@ -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 */