Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
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
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
The Tor Project
Core
Tor
Commits
3cee70e8
Commit
3cee70e8
authored
2 years ago
by
Nick Mathewson
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'tor-gitlab/mr/592'
parents
0bd20650
0dc9561f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!592
Add a missing "not" to a message.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changes/bug40619
+3
-0
3 additions, 0 deletions
changes/bug40619
src/feature/nodelist/microdesc.c
+1
-1
1 addition, 1 deletion
src/feature/nodelist/microdesc.c
with
4 additions
and
1 deletion
changes/bug40619
0 → 100644
+
3
−
0
View file @
3cee70e8
o Minor bugfixes (logging):
- Correct a log message when cleaning microdescriptors.
Fixes bug 40619; bugfix on 0.2.5.4-alpha.
This diff is collapsed.
Click to expand it.
src/feature/nodelist/microdesc.c
+
1
−
1
View file @
3cee70e8
...
...
@@ -626,7 +626,7 @@ microdesc_cache_clean(microdesc_cache_t *cache, time_t cutoff, int force)
(
*
mdp
)
->
digest
,
DIGEST256_LEN
))
{
rs_match
=
"Microdesc digest in RS matches"
;
}
else
{
rs_match
=
"Microdesc digest in RS does match"
;
rs_match
=
"Microdesc digest in RS does
not
match"
;
}
if
(
ns
)
{
/* This should be impossible, but let's see! */
...
...
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