From: Francis Deslauriers Date: Thu, 28 Jun 2018 20:16:35 +0000 (-0400) Subject: Fix: remove unnecessary stderr output on expected behaviour X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=aa678e506230fdc6f9f3a6db6e8188ae3bb64e40 Fix: remove unnecessary stderr output on expected behaviour Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau --- 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; } }