From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pete Zaitcev Subject: [Patch 3/3] chcli cleanup: GET/PUT confused in printout Date: Tue, 2 Mar 2010 19:08:56 -0700 Message-ID: <20100302190856.13f8d2b3@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Jeff Garzik Cc: Project Hail List Signed-Off-By: Pete Zaitcev --- 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; }