From: John Spray Date: Thu, 7 May 2015 16:55:53 +0000 (+0100) Subject: client: fix typo X-Git-Tag: v9.0.3~38^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bb70a3354907d22e210a530e2b915dffb2710da8;p=ceph.git client: fix typo s/bye/byte/ Signed-off-by: John Spray --- 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)