From: Sage Weil Date: Sat, 24 Jan 2009 00:39:03 +0000 (-0800) Subject: crush: remote list builder printf X-Git-Tag: v0.7~322 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fd55dc6ad675b77d3169de09f2cb2841b96bbd6b;p=ceph.git crush: remote list builder printf --- diff --git a/src/crush/builder.c b/src/crush/builder.c index 5c66c894851..ab5ad5200f3 100644 --- a/src/crush/builder.c +++ b/src/crush/builder.c @@ -211,8 +211,8 @@ crush_make_list_bucket(int type, int size, bucket->item_weights[i] = weights[i]; w += weights[i]; bucket->sum_weights[i] = w; - printf("pos %d item %d weight %d sum %d\n", - i, items[i], weights[i], bucket->sum_weights[i]); + /*printf("pos %d item %d weight %d sum %d\n", + i, items[i], weights[i], bucket->sum_weights[i]);*/ } bucket->h.weight = w;