diff --git a/module/src/lib.rs b/module/src/lib.rs
index 628fea094d6aca8e7cfb89f1e9f09caa374452ed..374a0b5743b02ca1b9b8e7c2dc8847bc58bae806 100644
--- a/module/src/lib.rs
+++ b/module/src/lib.rs
@@ -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