[Patch 3/3] chcli cleanup: GET/PUT confused in printout
Pete Zaitcev <[email protected]>
| Newsgroups | org.kernel.vger.hail-devel |
|---|---|
| Message-ID | <[email protected]> |
Signed-Off-By: Pete Zaitcev <[email protected]> --- 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; }