From f2a10fe941cc666213f925b7197c17d2cab69bed Mon Sep 17 00:00:00 2001
From: librelois <c@elo.tf>
Date: Fri, 7 May 2021 19:00:37 +0200
Subject: [PATCH] fix(module): endpoints: improve log message

---
 module/src/lib.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/src/lib.rs b/module/src/lib.rs
index 628fea0..374a0b5 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
-- 
GitLab