]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mgr/PyModuleRegistry.cc
update sources to v12.2.3
[ceph.git] / ceph / src / mgr / PyModuleRegistry.cc
index 7004ae24462c277fbd31f9b476623316aa57ebf4..5cd1d844e38c5a749e35b7a6590ba8228856794c 100644 (file)
@@ -310,7 +310,7 @@ void PyModuleRegistry::standby_start(MonClient *monc)
 
   dout(4) << "Starting modules in standby mode" << dendl;
 
-  standby_modules.reset(new StandbyPyModules(monc, mgr_map));
+  standby_modules.reset(new StandbyPyModules(monc, mgr_map, clog));
 
   std::set<std::string> failed_modules;
   for (const auto &i : modules) {