]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os: remove debug message leftover in FileJournal
authorLoic Dachary <loic-201408@dachary.org>
Tue, 30 Sep 2014 12:31:05 +0000 (14:31 +0200)
committerLoic Dachary <ldachary@redhat.com>
Fri, 9 Jan 2015 12:05:09 +0000 (13:05 +0100)
The len of the buffer shows in the message above anyway.

Signed-off-by: Loic Dachary <loic-201408@dachary.org>
src/os/FileJournal.cc

index 73b28415463503b044de42234c99ee2d609b6ea0..71f869b30fe10e3edef567739c120a61d69dc420 100644 (file)
@@ -1458,7 +1458,6 @@ void FileJournal::submit_entry(uint64_t seq, bufferlist& e, int alignment,
          << " (" << oncommit << ")" << dendl;
   assert(e.length() > 0);
 
-  dout(30) << "XXX throttle take " << e.length() << dendl;
   throttle_ops.take(1);
   throttle_bytes.take(e.length());
   if (osd_op)