From: Patrick Donnelly Date: Tue, 26 Nov 2019 23:44:37 +0000 (-0800) Subject: mgr: fix debug typo X-Git-Tag: v15.1.0~719^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4dfb610b5c26d2dd8d6e17ecf192804af5c6deb5;p=ceph-ci.git mgr: fix debug typo Signed-off-by: Patrick Donnelly --- diff --git a/src/mgr/ActivePyModules.cc b/src/mgr/ActivePyModules.cc index 6cb62910d50..4707a7d74d4 100644 --- a/src/mgr/ActivePyModules.cc +++ b/src/mgr/ActivePyModules.cc @@ -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); } }