]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mdcache: correct error message.
authorGreg Farnum <gregory.farnum@dreamhost.com>
Thu, 9 Jun 2011 00:24:22 +0000 (17:24 -0700)
committerGreg Farnum <gregory.farnum@dreamhost.com>
Thu, 9 Jun 2011 22:33:21 +0000 (15:33 -0700)
Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
src/mds/MDCache.cc

index f5599b3c1a0ba37dab4fab304dd7d3f8650cfab6..e1f143ef1f4335f5fd74e7e676840407c9464d52 100644 (file)
@@ -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;