X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fjul-thread.c;h=b4a71d79849d36d739020faa6733e1916cfaca76;hb=8c93562f396a3e785c5193ca32b40f1f16599a6a;hp=c1df1d86282485c4166d17fa7191eaa14b1e2343;hpb=6c50984057fcbc4559573e99b2eed2ee8f5694a6;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/jul-thread.c b/src/bin/lttng-sessiond/jul-thread.c index c1df1d862..b4a71d798 100644 --- a/src/bin/lttng-sessiond/jul-thread.c +++ b/src/bin/lttng-sessiond/jul-thread.c @@ -141,6 +141,8 @@ static struct lttcomm_sock *init_tcp_socket(void) ret = sock->ops->bind(sock); if (ret < 0) { + WARN("An other session daemon is using this JUL port. JUL support " + "will be deactivated not interfering with the tracing."); goto error; }