]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Striper: reduce assemble_result log level 8426/head
authorJason Dillaman <dillaman@redhat.com>
Sun, 3 Apr 2016 14:52:10 +0000 (10:52 -0400)
committerJason Dillaman <dillaman@redhat.com>
Sun, 3 Apr 2016 14:52:10 +0000 (10:52 -0400)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/osdc/Striper.cc

index 851f0673be4351a55b021c4807551a51a5e3f6ed..2c835209eeb95a1bbe936b6a803dddb6bfda48fc 100644 (file)
@@ -402,7 +402,7 @@ void Striper::StripedReadResult::assemble_result(CephContext *cct, char *buffer,
   uint64_t end = p->first + p->second.second;
   while (p != partial.rend()) {
     // sanity check
-    ldout(cct, 0) << "assemble_result(" << this << ") " << p->first << "~" << p->second.second
+    ldout(cct, 20) << "assemble_result(" << this << ") " << p->first << "~" << p->second.second
                   << " " << p->second.first.length() << " bytes"
                   << dendl;
     assert(p->first == end - p->second.second);