]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
osd: bit less verbose while loading pgs
authorSage Weil <sage@redhat.com>
Sun, 17 Sep 2017 22:30:32 +0000 (17:30 -0500)
committerSage Weil <sage@redhat.com>
Fri, 6 Oct 2017 18:08:18 +0000 (13:08 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/OSD.cc

index de71ab9855f96f25afac50f01bdd9cbadb97017e..1910b9f3eb99aa9c3d626528189970f7f69abb93 100644 (file)
@@ -3944,8 +3944,7 @@ void OSD::load_pgs()
 
     pg->reg_next_scrub();
 
-    dout(10) << __func__ << " loaded " << *pg << " " << pg->pg_log.get_log()
-            << dendl;
+    dout(10) << __func__ << " loaded " << *pg << dendl;
     pg->unlock();
     ++num;
   }