summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/core/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pychrysalide/core/module.c')
-rw-r--r--plugins/pychrysalide/core/module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pychrysalide/core/module.c b/plugins/pychrysalide/core/module.c
index 900bf83..c786ad6 100644
--- a/plugins/pychrysalide/core/module.c
+++ b/plugins/pychrysalide/core/module.c
@@ -94,7 +94,7 @@ bool populate_core_module(void)
if (result) result = ensure_python_demanglers_is_registered();
if (result) result = populate_core_module_with_global();
- if (result) result = ensure_python_logs_is_registered();
+ if (result) result = populate_core_module_with_logs();
if (result) result = ensure_python_params_is_registered();
if (result) result = populate_core_module_with_queue();