From aa678e506230fdc6f9f3a6db6e8188ae3bb64e40 Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Thu, 28 Jun 2018 16:16:35 -0400 Subject: [PATCH] Fix: remove unnecessary stderr output on expected behaviour MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau --- src/common/unix.c | 1 - 1 file changed, 1 deletion(-) 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; } } -- 2.34.1