]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: remove noisy log message
authorYehuda Sadeh <yehuda@inktank.com>
Thu, 20 Dec 2012 23:32:59 +0000 (15:32 -0800)
committerYehuda Sadeh <yehuda@inktank.com>
Thu, 20 Dec 2012 23:32:59 +0000 (15:32 -0800)
No need for that log message.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/rgw/rgw_formats.cc

index 6153ec0c4bb7c40ee3fda389e20713c2a83e174a..61d4d04c7a4f5102e0b558c3aa32b73b7a2a7ddb 100644 (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);