]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr: fix debug typo
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 26 Nov 2019 23:44:37 +0000 (15:44 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 26 Nov 2019 23:44:37 +0000 (15:44 -0800)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mgr/ActivePyModules.cc

index 6cb62910d502b11ba7ce34ead663cd872799e20d..4707a7d74d482ba33c6e8f4a15aceee315619135 100644 (file)
@@ -953,7 +953,7 @@ void ActivePyModules::get_health_checks(health_check_map_t *checks)
 {
   std::lock_guard l(lock);
   for (auto& [name, module] : modules) {
-    dout(15) << "getting health checks for" << name << dendl;
+    dout(15) << "getting health checks for " << name << dendl;
     module->get_health_checks(checks);
   }
 }