X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fmain.c;h=0253997f7bb9d849d968811962601d51ad8cb43e;hb=e6c533d671c9bcde5d914a18a632b6d0782c4e1a;hp=cd4f058bf0243df63dd78e573e97fca202b751d3;hpb=9b322352451e6bda9c3dc963df08d2a4d690f7b5;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/main.c b/src/bin/lttng-relayd/main.c index cd4f058bf..0253997f7 100644 --- a/src/bin/lttng-relayd/main.c +++ b/src/bin/lttng-relayd/main.c @@ -749,6 +749,7 @@ static struct lttcomm_sock *relay_socket_create(struct lttng_uri *uri) ret = sock->ops->bind(sock); if (ret < 0) { + PERROR("Failed to bind socket"); goto error; }