From 695f782e59baffbe8429f9daa47a4f1476a02976 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 7 Jun 2015 20:05:58 -0400 Subject: [PATCH] crush/CrushWrapper: fix adjust_subtree_weight debug Signed-off-by: Sage Weil (cherry picked from commit 26be86f649a1e9846280204fe1e3f8344eb975ce) --- src/crush/CrushWrapper.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crush/CrushWrapper.cc b/src/crush/CrushWrapper.cc index 7ef83e37c67..8a9756b6ad6 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); -- 2.47.3