Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Benjamin J. Thompson
Tor
Commits
2131cc12
Commit
2131cc12
authored
12 years ago
by
Roger Dingledine
Browse files
Options
Downloads
Patches
Plain Diff
Don't log about reloading the microdescriptor cache at startup
Addresses bug 6759.
parent
4bd90e20
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changes/bug6759
+6
-0
6 additions, 0 deletions
changes/bug6759
src/or/microdesc.c
+2
-2
2 additions, 2 deletions
src/or/microdesc.c
with
8 additions
and
2 deletions
changes/bug6759
0 → 100644
+
6
−
0
View file @
2131cc12
o Minor bugfixes:
- Don't log about reloading the microdescriptor cache at startup. Our
bootstrap warnings are supposed to tell the user when there's a
problem, and our bootstrap notices say when there isn't. Fixes
bug 6759; bugfix on 0.2.2.6-alpha.
This diff is collapsed.
Click to expand it.
src/or/microdesc.c
+
2
−
2
View file @
2131cc12
...
...
@@ -323,8 +323,8 @@ microdesc_cache_reload(microdesc_cache_t *cache)
}
tor_free
(
journal_content
);
}
log_
notice
(
LD_DIR
,
"Reloaded microdescriptor cache.
Found %d descriptors."
,
total
);
log_
info
(
LD_DIR
,
"Reloaded microdescriptor cache. Found %d descriptors."
,
total
);
microdesc_cache_rebuild
(
cache
,
0
/* don't force */
);
...
...
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