From 6f199f0d2fb468d799eda9a76d572b4e1d3a4dff Mon Sep 17 00:00:00 2001 From: Xiubo Li Date: Mon, 21 Dec 2020 10:55:46 +0800 Subject: [PATCH] mds: fix typo in debug logs Signed-off-by: Xiubo Li --- src/mds/CDir.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mds/CDir.cc b/src/mds/CDir.cc index 2a8ea6777b07e..b78cd00965059 100644 --- a/src/mds/CDir.cc +++ b/src/mds/CDir.cc @@ -267,11 +267,11 @@ bool CDir::check_rstats(bool scrub) // rstat if (!nest_info.same_sums(fnode->rstat)) { dout(1) << "mismatch between child accounted_rstats and my rstats!" << dendl; - dout(1) << "total of child dentrys: " << nest_info << dendl; + dout(1) << "total of child dentries: " << nest_info << dendl; dout(1) << "my rstats: " << fnode->rstat << dendl; good = false; } else { - dout(20) << "total of child dentrys: " << nest_info << dendl; + dout(20) << "total of child dentries: " << nest_info << dendl; dout(20) << "my rstats: " << fnode->rstat << dendl; } -- 2.39.5