diff options
author | Yehuda Sadeh <yehuda@inktank.com> | 2012-12-20 15:32:59 -0800 |
---|---|---|
committer | Yehuda Sadeh <yehuda@inktank.com> | 2012-12-20 15:32:59 -0800 |
commit | a36d1db10fd19f35681bbff0217233b1d859565f (patch) | |
tree | 2b3b9854317eb6a98c9ba7ecbb4c06fd722f9371 | |
parent | 5b5a19ac762385fbdd43162e8f4132826039df59 (diff) | |
download | ceph-a36d1db10fd19f35681bbff0217233b1d859565f.tar.gz |
rgw: remove noisy log message
No need for that log message.
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
-rw-r--r-- | src/rgw/rgw_formats.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rgw/rgw_formats.cc b/src/rgw/rgw_formats.cc index 6153ec0c4bb..61d4d04c7a4 100644 --- a/src/rgw/rgw_formats.cc +++ b/src/rgw/rgw_formats.cc @@ -208,7 +208,6 @@ done: pos--; // squash null termination strcpy(buf + pos, p); len = pos + strlen(p) + 1; - cerr << "RGWFormatter_Plain::write_data: len= " << len << " bytes" << std::endl; done_free: if (!p_on_stack) free(p); |