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

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit ff9600a6cef613d40e875597b6392778df1bb04c)

src/osd/ReplicatedPG.cc

index e1d0acf50892893e6ae3f56fb8b97b5e7d685993..59d8efafae3c75a69ced15272ac7651d79588e47 100644 (file)
@@ -6289,8 +6289,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?
   dout(20) << __func__ << std::hex
           << " got digest: rx data 0x" << cop->results.data_digest