]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
client: fix typo
authorJohn Spray <john.spray@redhat.com>
Thu, 7 May 2015 16:55:53 +0000 (17:55 +0100)
committerJohn Spray <john.spray@redhat.com>
Mon, 13 Jul 2015 13:05:16 +0000 (14:05 +0100)
s/bye/byte/

Signed-off-by: John Spray <john.spray@redhat.com>
src/client/Client.cc

index 7973ddeb243ad6b326ff139c3210f5077c615690..f5c97a128949c0d73d05f9a11dc97ba600d72f32 100644 (file)
@@ -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)