projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57a9159
)
amqp plugin: Add a debug message.
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Fri, 6 Aug 2010 11:54:34 +0000
(13:54 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Fri, 6 Aug 2010 11:54:34 +0000
(13:54 +0200)
src/amqp.c
patch
|
blob
|
history
diff --git
a/src/amqp.c
b/src/amqp.c
index
c136c00
..
07a800b
100644
(file)
--- 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,