From: John Spray Date: Thu, 11 Dec 2014 12:40:08 +0000 (+0000) Subject: mds: fix log typo X-Git-Tag: v0.91~52^2~12^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F3149%2Fhead;p=ceph.git mds: fix log typo s/trvserse/traverse/ Signed-off-by: John Spray --- diff --git a/src/mds/MDCache.cc b/src/mds/MDCache.cc index 12a75db8ddb..3d990bbd2fe 100644 --- a/src/mds/MDCache.cc +++ b/src/mds/MDCache.cc @@ -7858,7 +7858,7 @@ MDSInternalContextBase* MDCache::_open_ino_get_waiter(inodeno_t ino, MMDSOpenIno void MDCache::_open_ino_traverse_dir(inodeno_t ino, open_ino_info_t& info, int ret) { - dout(10) << "_open_ino_trvserse_dir ino " << ino << " ret " << ret << dendl; + dout(10) << __func__ << ": ino " << ino << " ret " << ret << dendl; CInode *in = get_inode(ino); if (in) {