Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
5aaea38d
Commit
5aaea38d
authored
Jul 16, 2018
by
David Goulet
Browse files
Merge remote-tracking branch 'pastly/issue26703'
parents
8505522e
d20feddf
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/ticket26703
0 → 100644
View file @
5aaea38d
o Code simplification and refactoring:
- Low log level of "Scheduler type KIST has been enabled" to INFO.
Ticket 26703
src/core/or/scheduler.c
View file @
5aaea38d
...
...
@@ -351,8 +351,8 @@ set_scheduler(void)
/* Finally we notice log if we switched schedulers. We use the type in case
* two schedulers share a scheduler object. */
if
(
old_scheduler_type
!=
the_scheduler
->
type
)
{
log_
notice
(
LD_CONFIG
,
"Scheduler type %s has been enabled."
,
get_scheduler_type_string
(
the_scheduler
->
type
));
log_
info
(
LD_CONFIG
,
"Scheduler type %s has been enabled."
,
get_scheduler_type_string
(
the_scheduler
->
type
));
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment