Skip to content

Commit 2dadace

Browse files
committed
test/allocsim: comment running op cout
Signed-off-by: Pere Diaz Bou <[email protected]>
1 parent 0b6af74 commit 2dadace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/objectstore/allocsim/ops_replayer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ int main(int argc, char** argv) {
223223
cv.wait(lock, [&io_depth] { return in_flight_ops < io_depth; });
224224

225225
}
226-
cout << fmt::format("Running op {} object={} range={}~{}", op.type, *op.object, op.offset, op.length) << endl;
226+
// cout << fmt::format("Running op {} object={} range={}~{}", op.type, *op.object, op.offset, op.length) << endl;
227227
op.completion = librados::Rados::aio_create_completion(static_cast<void*>(&op), completion_cb);
228228
switch (op.type) {
229229
case Write: {

0 commit comments

Comments
 (0)