From: Sage Weil Date: Mon, 8 Jun 2015 00:05:58 +0000 (-0400) Subject: crush/CrushWrapper: fix adjust_subtree_weight debug X-Git-Tag: v9.0.3~31^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=26be86f649a1e9846280204fe1e3f8344eb975ce;p=ceph.git crush/CrushWrapper: fix adjust_subtree_weight debug Signed-off-by: Sage Weil --- diff --git a/src/crush/CrushWrapper.cc b/src/crush/CrushWrapper.cc index 3d7440b4648..46417850849 100644 --- a/src/crush/CrushWrapper.cc +++ b/src/crush/CrushWrapper.cc @@ -832,7 +832,7 @@ int CrushWrapper::adjust_item_weight_in_loc(CephContext *cct, int id, int weight int CrushWrapper::adjust_subtree_weight(CephContext *cct, int id, int weight) { - ldout(cct, 5) << "adjust_item_weight " << id << " weight " << weight << dendl; + ldout(cct, 5) << __func__ << " " << id << " weight " << weight << dendl; crush_bucket *b = get_bucket(id); if (IS_ERR(b)) return PTR_ERR(b);