From b025f56e72f14440837aa14595003270e1e06c9e Mon Sep 17 00:00:00 2001 From: John Spray Date: Thu, 11 Dec 2014 12:40:08 +0000 Subject: [PATCH] mds: fix log typo s/trvserse/traverse/ Signed-off-by: John Spray --- src/mds/MDCache.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mds/MDCache.cc b/src/mds/MDCache.cc index 12a75db8ddbf..3d990bbd2fe5 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) { -- 2.47.3