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
--
To unsubscribe from this list: send the line "unsubscribe trinity" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html