]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
quiet down
authorsageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Wed, 5 Dec 2007 23:29:07 +0000 (23:29 +0000)
committersageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Wed, 5 Dec 2007 23:29:07 +0000 (23:29 +0000)
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@2180 29311d96-e01e-0410-9327-a35deaab8ce9

trunk/ceph/crush/CrushWrapper.h

index 1cb5c6c25ead0898933998730fb4952cd6669518..4b8f9c662d186c42c5e4c086d877814b3f4ae0f0 100644 (file)
@@ -55,7 +55,6 @@ public:
     ::_encode_simple(map->max_buckets, bl);
     ::_encode_simple(map->max_rules, bl);
     ::_encode_simple(map->max_devices, bl);
-    cout << "buckets/rules/devices " << map->max_buckets << " " << map->max_rules << " " << map->max_devices << std::endl;
 
     // simple arrays
     bl.append((char*)map->device_offload, sizeof(map->device_offload[0]) * map->max_devices);