X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Funix.c;h=a87ce05ed581cc6cb1d14788956a6ca0d64cdb38;hb=aa678e506230fdc6f9f3a6db6e8188ae3bb64e40;hp=3490af6e7d584d237d38ec6532d7b1fd93bcf1b1;hpb=b3f35e021305afc1a40b9f3637c77595f38d6df2;p=lttng-tools.git diff --git a/src/common/unix.c b/src/common/unix.c index 3490af6e7..a87ce05ed 100644 --- a/src/common/unix.c +++ b/src/common/unix.c @@ -523,7 +523,6 @@ ssize_t lttcomm_recv_fds_unix_sock(int sock, int *fds, size_t nb_fd) * if no credential were include in the send(). The * kernel adds them... */ - fprintf(stderr, "Received creds... continuing\n"); ret = -1; } }