]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: fix typo in MDSRank.cc 43786/head
authorYongseok Oh <yongseok.oh@linecorp.com>
Wed, 3 Nov 2021 06:55:31 +0000 (06:55 +0000)
committerYongseok Oh <yongseok.oh@linecorp.com>
Wed, 3 Nov 2021 06:56:53 +0000 (06:56 +0000)
Signed-off-by: Yongseok Oh <yongseok.oh@linecorp.com>
src/mds/MDSRank.cc

index 1a84b3b1c8b0bee71800460007e05a0d0be2e877..186b528010e790cb712ad78ef416dd9c5ee02ab9 100644 (file)
@@ -3038,7 +3038,7 @@ int MDSRank::_command_export_dir(
 
   CInode *in = mdcache->cache_traverse(fp);
   if (!in) {
-    derr << "Bath path '" << path << "'" << dendl;
+    derr << "bad path '" << path << "'" << dendl;
     return -CEPHFS_ENOENT;
   }
   CDir *dir = in->get_dirfrag(frag_t());