]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: correct typo in log message
authorJohn Spray <john.spray@redhat.com>
Thu, 7 May 2015 10:28:50 +0000 (11:28 +0100)
committerJohn Spray <john.spray@redhat.com>
Mon, 13 Jul 2015 13:05:16 +0000 (14:05 +0100)
s/issueing/issuing/

Silly, but it annoyed me every time I saw it...

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

index d798448e6b7c51b7be1cc6e0cf7a967b0d54d24d..41bcb5c53794abdf93c438ab8be7881a3dfe8575 100644 (file)
@@ -3202,7 +3202,7 @@ int CInode::encode_inodestat(bufferlist& bl, Session *session,
       e.cap.wanted = cap->wanted();
       e.cap.cap_id = cap->get_cap_id();
       e.cap.seq = cap->get_last_seq();
-      dout(10) << "encode_inodestat issueing " << ccap_string(issue) << " seq " << cap->get_last_seq() << dendl;
+      dout(10) << "encode_inodestat issuing " << ccap_string(issue) << " seq " << cap->get_last_seq() << dendl;
       e.cap.mseq = cap->get_mseq();
       e.cap.realm = realm->inode->ino();
     } else {