From 58250fdde4d60a02923c1d9e3543cf1492e6d4fd Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Wed, 8 Jun 2011 17:24:22 -0700 Subject: [PATCH] mdcache: correct error message. Signed-off-by: Greg Farnum --- 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 f5599b3c1a0ba..e1f143ef1f433 100644 --- a/src/mds/MDCache.cc +++ b/src/mds/MDCache.cc @@ -8528,7 +8528,7 @@ void MDCache::handle_discover(MDiscover *dis) // don't have wanted ino in this dir? if (dis->get_want_ino()) { // set error flag in reply - dout(7) << "ino " << dis->get_want_ino() << " in this dir, flagging error in " + dout(7) << "no ino " << dis->get_want_ino() << " in this dir, flagging error in " << *curdir << dendl; reply->set_flag_error_ino(); break; -- 2.39.5