mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
amqp: be more verbose in error message
This commit is contained in:
parent
6517a43f6c
commit
c5e2776440
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ int amqp_parse(struct node *n, json_t *json)
|
|||
ret = amqp_parse_url(a->uri, &a->connection_info);
|
||||
|
||||
if (ret != AMQP_STATUS_OK)
|
||||
error("Failed to parse URI of node %s", node_name(n));
|
||||
error("Failed to parse URI '%s' of node %s", uri, node_name(n));
|
||||
}
|
||||
|
||||
if (json_ssl) {
|
||||
|
|
Loading…
Add table
Reference in a new issue