]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
osd: cleanup: Fix log message
authorDavid Zafman <dzafman@redhat.com>
Thu, 26 Oct 2017 17:36:32 +0000 (10:36 -0700)
committerDavid Zafman <dzafman@redhat.com>
Sun, 14 Jan 2018 18:37:22 +0000 (10:37 -0800)
Signed-off-by: David Zafman <dzafman@redhat.com>
src/osd/PrimaryLogPG.cc

index 7310c8699c940b04883d2cb68dc6760f4958f9be..52823d4c9b8f40d344be6596ce5fe0134c7c6c6b 100644 (file)
@@ -11632,7 +11632,7 @@ void PrimaryLogPG::on_activate()
 
 void PrimaryLogPG::_on_new_interval()
 {
-  dout(20) << __func__ << "checking missing set deletes flag. missing = " << pg_log.get_missing() << dendl;
+  dout(20) << __func__ << " checking missing set deletes flag. missing = " << pg_log.get_missing() << dendl;
   if (!pg_log.get_missing().may_include_deletes &&
       get_osdmap()->test_flag(CEPH_OSDMAP_RECOVERY_DELETES)) {
     pg_log.rebuild_missing_set_with_deletes(osd->store, coll, info);