From: Florian Forster Date: Fri, 6 Aug 2010 11:54:34 +0000 (+0200) Subject: amqp plugin: Add a debug message. X-Git-Tag: collectd-5.0.0-beta0~28^2~15 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8e5560102a213ae360472f6bb12cab0f92d682e1;p=collectd.git amqp plugin: Add a debug message. --- diff --git a/src/amqp.c b/src/amqp.c index c136c00d..07a800bd 100644 --- a/src/amqp.c +++ b/src/amqp.c @@ -299,6 +299,9 @@ static int camqp_setup_queue (camqp_config_t *conf) /* {{{ */ camqp_close_connection (conf); return (-1); } + + DEBUG ("amqp plugin: Successfully bound queue \"%s\" to exchange \"%s\".", + conf->queue, conf->exchange); } /* if (conf->exchange != NULL) */ cm_ret = amqp_basic_consume (conf->connection,