]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crush: fix typo 8518/head
authorWei Jin <wjin.cn@gmail.com>
Sat, 9 Apr 2016 06:52:11 +0000 (14:52 +0800)
committerWei Jin <wjin.cn@gmail.com>
Sat, 9 Apr 2016 06:52:11 +0000 (14:52 +0800)
Signed-off-by: Wei Jin <wjin.cn@gmail.com>
src/crush/CrushWrapper.cc

index 5748078d969b61f0d3b712099f0ed8c1ed9999b1..3450b48fb8ff977b37b4d9c5b72c16bd4bfa4330 100644 (file)
@@ -353,7 +353,7 @@ int CrushWrapper::remove_item_under(CephContext *cct, int item, int ancestor, bo
   if (item < 0 && !unlink_only) {
     crush_bucket *t = get_bucket(item);
     if (t && t->size) {
-      ldout(cct, 1) << "remove_item_undef bucket " << item << " has " << t->size
+      ldout(cct, 1) << "remove_item_under bucket " << item << " has " << t->size
                    << " items, not empty" << dendl;
       return -ENOTEMPTY;
     }