Fix: remove unnecessary stderr output on expected behaviour
[lttng-tools.git] / src / common / unix.c
index 3490af6e7d584d237d38ec6532d7b1fd93bcf1b1..a87ce05ed581cc6cb1d14788956a6ca0d64cdb38 100644 (file)
@@ -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;
                }
        }
This page took 0.024099 seconds and 5 git commands to generate.