summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@inktank.com>2012-12-20 15:32:59 -0800
committerYehuda Sadeh <yehuda@inktank.com>2012-12-20 15:32:59 -0800
commita36d1db10fd19f35681bbff0217233b1d859565f (patch)
tree2b3b9854317eb6a98c9ba7ecbb4c06fd722f9371
parent5b5a19ac762385fbdd43162e8f4132826039df59 (diff)
downloadceph-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.cc1
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);