Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
duniter-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
rust
duniter-core
Commits
f2a10fe9
Commit
f2a10fe9
authored
4 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
fix(module): endpoints: improve log message
parent
06f484b1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#12159
passed
4 years ago
Stage: tests
Stage: quality
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
module/src/lib.rs
+1
-1
1 addition, 1 deletion
module/src/lib.rs
with
1 addition
and
1 deletion
module/src/lib.rs
+
1
−
1
View file @
f2a10fe9
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment