Skip to content
Snippets Groups Projects
Commit f2a10fe9 authored by Éloïs's avatar Éloïs
Browse files

fix(module): endpoints: improve log message

parent 06f484b1
Branches
Tags
No related merge requests found
Pipeline #12159 passed
......@@ -238,7 +238,7 @@ macro_rules! plug_duniter_modules {
)*
// Send modules endpoints to core
log::info!("TMP DEBUG SELF_ENDPOINTS={:?}", all_endpoints);
log::info!("generated self endpoints: {:?}", all_endpoints);
duniter_global::SELF_ENDPOINTS.write().await.replace(all_endpoints);
// Start each module in a dedicated async task
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment