1
0
Fork 0
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:
Steffen Vogel 2018-04-19 11:01:43 +02:00
parent 6517a43f6c
commit c5e2776440

View file

@ -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) {