]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mgr/ActivePyModules.cc
update sources to v12.2.3
[ceph.git] / ceph / src / mgr / ActivePyModules.cc
index 6025e62a4f04fa88d1f358a582bbc83280f5d451..82f845091cf92c3a5717fe7c0e5168e1bbe2f390 100644 (file)
@@ -330,7 +330,7 @@ int ActivePyModules::start_one(std::string const &module_name,
 
   modules[module_name].reset(new ActivePyModule(
       module_name, pClass,
-      pMyThreadState));
+      pMyThreadState, clog));
 
   int r = modules[module_name]->load(this);
   if (r != 0) {