From: Brad Hubbard Date: Fri, 6 May 2016 00:52:21 +0000 (+1000) Subject: osd: Trivial grammatical fix 'i' to 'I' X-Git-Tag: v11.0.0~574^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=34963df35cd31910f6a5605c457e92e281bc3ede;p=ceph.git osd: Trivial grammatical fix 'i' to 'I' Signed-off-by: Brad Hubbard --- diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc index de3de5a58589..557afd53154a 100644 --- a/src/osd/OSD.cc +++ b/src/osd/OSD.cc @@ -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;