hail-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pete Zaitcev <zaitcev@redhat.com>
To: Jeff Garzik <jeff@garzik.org>
Cc: Project Hail List <hail-devel@vger.kernel.org>
Subject: [Patch 3/3] chcli cleanup: GET/PUT confused in printout
Date: Tue, 2 Mar 2010 19:08:56 -0700	[thread overview]
Message-ID: <20100302190856.13f8d2b3@redhat.com> (raw)

Signed-Off-By: Pete Zaitcev <zaitcev@redhat.com>

---
 tools/chcli.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/chcli.c b/tools/chcli.c
index 1c3576d..7f3858e 100644
--- a/tools/chcli.c
+++ b/tools/chcli.c
@@ -579,7 +579,7 @@ static int cmd_get(void)
 	}
 
 	if (key_data_len < 1 || key_data_len > CHD_KEY_SZ) {
-		fprintf(stderr, "PUT: invalid key size %u\n",
+		fprintf(stderr, "GET: invalid key size %u\n",
 			(unsigned int) key_data_len);
 		return 1;
 	}

                 reply	other threads:[~2010-03-03  2:08 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=20100302190856.13f8d2b3@redhat.com \
    --to=zaitcev@redhat.com \
    --cc=hail-devel@vger.kernel.org \
    --cc=jeff@garzik.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).