]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Increase verbosity level on RGWObjManifest line 7285/head
authormagicrobotmonkey <abassett@gmail.com>
Tue, 19 Jan 2016 15:18:26 +0000 (10:18 -0500)
committermagicrobotmonkey <abassett@gmail.com>
Tue, 19 Jan 2016 15:18:26 +0000 (10:18 -0500)
My RadosGW log is filling with lines starting with RGWObjManifest::operator++() result: with debug at 0. I believe this line should be at debug level 20 like the others just before it.

Signed-off-by: Aaron Bassett magicrobotmonkey@gmail.com
src/rgw/rgw_rados.cc

index aa5b3b4914edcea38e3c08ee9f9034a95ae7610f..f60d692a1870c90a3496b26c2b9058589c4e27ba 100644 (file)
@@ -636,7 +636,7 @@ void RGWObjManifest::obj_iterator::operator++()
     stripe_size = 0;
   }
 
-  dout(0) << "RGWObjManifest::operator++(): result: ofs=" << ofs << " stripe_ofs=" << stripe_ofs << " part_ofs=" << part_ofs << " rule->part_size=" << rule->part_size << dendl;
+  dout(20) << "RGWObjManifest::operator++(): result: ofs=" << ofs << " stripe_ofs=" << stripe_ofs << " part_ofs=" << part_ofs << " rule->part_size=" << rule->part_size << dendl;
   update_location();
 }