rgw: remove noisy log message

No need for that log message.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
This commit is contained in:
Yehuda Sadeh 2012-12-20 15:32:59 -08:00
parent 5b5a19ac76
commit a36d1db10f

View File

@ -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);