[PATCH] be more quiet in [main] Setsockopt(...

Toralf Förster <[email protected]>
Newsgroups org.kernel.vger.trinity
Message-ID <[email protected]>
Signed-off-by: Toralf Förster <[email protected]>
---
 syscalls/setsockopt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/syscalls/setsockopt.c b/syscalls/setsockopt.c
index e306d5f..9d5b127 100644
--- a/syscalls/setsockopt.c
+++ b/syscalls/setsockopt.c
@@ -110,7 +110,7 @@ retry:
 
 	ret = setsockopt(fd, so->level, so->optname, (void *)so->optval, so->optlen);
 	if (ret == 0) {
-		output(1, "Setsockopt(%lx %lx %lx %lx) on fd %d [%d:%d:%d]\n",
+		output(2, "Setsockopt(%lx %lx %lx %lx) on fd %d [%d:%d:%d]\n",
 			so->level, so->optname, so->optval, so->optlen, fd,
 			triplet->family, triplet->type, triplet->protocol);
 	} else {
-- 
1.8.3.2
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.