]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/ReplicatedPG: remove stray debug line
authorSage Weil <sage@redhat.com>
Sat, 12 Sep 2015 12:33:44 +0000 (08:33 -0400)
committerSage Weil <sage@redhat.com>
Sat, 12 Sep 2015 12:33:44 +0000 (08:33 -0400)
This snuck in

Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/ReplicatedPG.cc

index 3d3ffe4e54dbb37912ff5c3a61a67328434d60b1..b495c95b149d5c40eb664813d66bc33b63127b09 100644 (file)
@@ -6806,8 +6806,6 @@ void ReplicatedPG::process_copy_chunk(hobject_t oid, ceph_tid_t tid, int r)
   cop->results.final_tx = pgbackend->get_transaction();
   _build_finish_copy_transaction(cop, cop->results.final_tx);
 
-  derr << __func__ << " got truncate_seq " << cop->results.truncate_seq
-       << " " << cop->results.truncate_size << dendl;
   // verify digests?
   if (cop->results.is_data_digest() || cop->results.is_omap_digest()) {
     dout(20) << __func__ << std::hex