From bb70a3354907d22e210a530e2b915dffb2710da8 Mon Sep 17 00:00:00 2001 From: John Spray Date: Thu, 7 May 2015 17:55:53 +0100 Subject: [PATCH] client: fix typo s/bye/byte/ Signed-off-by: John Spray --- src/client/Client.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/Client.cc b/src/client/Client.cc index 7973ddeb243ad..f5c97a128949c 100644 --- a/src/client/Client.cc +++ b/src/client/Client.cc @@ -7297,7 +7297,7 @@ int Client::_read_async(Fh *f, uint64_t off, uint64_t len, bufferlist *bl) len = in->size - off; } - ldout(cct, 10) << " max_byes=" << conf->client_readahead_max_bytes + ldout(cct, 10) << " max_bytes=" << conf->client_readahead_max_bytes << " max_periods=" << conf->client_readahead_max_periods << dendl; // read (and possibly block) -- 2.39.5