]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: Trivial grammatical fix 'i' to 'I' 8952/head
authorBrad Hubbard <bhubbard@redhat.com>
Fri, 6 May 2016 00:52:21 +0000 (10:52 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Fri, 6 May 2016 00:52:21 +0000 (10:52 +1000)
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
src/osd/OSD.cc

index de3de5a5858983f818b1fdd71f6dd51b7fa7b20f..557afd53154a637dc7321dded48859d871542c34 100644 (file)
@@ -2078,7 +2078,7 @@ int OSD::init()
   assert_warn(whoami == superblock.whoami);
   if (whoami != superblock.whoami) {
     derr << "OSD::init: superblock says osd"
-        << superblock.whoami << " but i am osd." << whoami << dendl;
+        << superblock.whoami << " but I am osd." << whoami << dendl;
     r = -EINVAL;
     goto out;
   }
@@ -2137,7 +2137,7 @@ int OSD::init()
   // load up pgs (as they previously existed)
   load_pgs();
 
-  dout(2) << "superblock: i am osd." << superblock.whoami << dendl;
+  dout(2) << "superblock: I am osd." << superblock.whoami << dendl;
   dout(0) << "using " << op_queue << " op queue with priority op cut off at " <<
     op_prio_cutoff << "." << dendl;