From: Wei Jin Date: Sat, 9 Apr 2016 06:52:11 +0000 (+0800) Subject: crush: fix typo X-Git-Tag: v10.1.2~15^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F8518%2Fhead;p=ceph.git crush: fix typo Signed-off-by: Wei Jin --- diff --git a/src/crush/CrushWrapper.cc b/src/crush/CrushWrapper.cc index 5748078d969..3450b48fb8f 100644 --- a/src/crush/CrushWrapper.cc +++ b/src/crush/CrushWrapper.cc @@ -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; }