rbd: remove block-by-block messages when exporting

Signed-off-by: Dan Mick <dan.mick@inktank.com>
This commit is contained in:
Dan Mick 2012-12-06 15:58:19 -08:00
parent ca1a4db457
commit 0c01094972

View File

@ -720,7 +720,6 @@ static int export_read_cb(uint64_t ofs, size_t len, const char *buf, void *arg)
if (ret < 0)
return -errno;
cerr << "writing " << len << " bytes at ofs " << ofs << std::endl;
return 0;
}