From: Sage Weil Date: Sat, 12 Sep 2015 12:33:44 +0000 (-0400) Subject: osd/ReplicatedPG: remove stray debug line X-Git-Tag: v0.94.5~2^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F6362%2Fhead;p=ceph.git osd/ReplicatedPG: remove stray debug line This snuck in Signed-off-by: Sage Weil (cherry picked from commit ff9600a6cef613d40e875597b6392778df1bb04c) --- diff --git a/src/osd/ReplicatedPG.cc b/src/osd/ReplicatedPG.cc index e1d0acf50892..59d8efafae3c 100644 --- a/src/osd/ReplicatedPG.cc +++ b/src/osd/ReplicatedPG.cc @@ -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