From: Greg Farnum Date: Thu, 9 Jun 2011 00:24:22 +0000 (-0700) Subject: mdcache: correct error message. X-Git-Tag: v0.30~92 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=58250fdde4d60a02923c1d9e3543cf1492e6d4fd;p=ceph.git mdcache: correct error message. Signed-off-by: Greg Farnum --- diff --git a/src/mds/MDCache.cc b/src/mds/MDCache.cc index f5599b3c1a0b..e1f143ef1f43 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;