Trinity fuzzer tool archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Toralf Förster" <toralf.foerster@gmx.de>
To: trinity@vger.kernel.org
Cc: "Toralf Förster" <toralf.foerster@gmx.de>
Subject: [PATCH] be more quiet in [main] Setsockopt(...
Date: Tue,  7 Jan 2014 17:27:51 +0100	[thread overview]
Message-ID: <1389112071-14394-1-git-send-email-toralf.foerster@gmx.de> (raw)

Signed-off-by: Toralf Förster <toralf.foerster@gmx.de>
---
 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

                 reply	other threads:[~2014-01-07 16:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1389112071-14394-1-git-send-email-toralf.foerster@gmx.de \
    --to=toralf.foerster@gmx.de \
    --cc=trinity@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).