mirror of
https://github.com/ceph/ceph
synced 2024-12-16 08:26:25 +00:00
rgw: remove noisy log message
No need for that log message. Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
This commit is contained in:
parent
5b5a19ac76
commit
a36d1db10f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user