* [Patch 3/3] chcli cleanup: GET/PUT confused in printout
@ 2010-03-03 2:08 Pete Zaitcev
0 siblings, 0 replies; only message in thread
From: Pete Zaitcev @ 2010-03-03 2:08 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Project Hail List
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;
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-03 2:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-03 2:08 [Patch 3/3] chcli cleanup: GET/PUT confused in printout Pete Zaitcev
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.