mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Lower log level of "Scheduler of type KIST has been enabled" to INFO
This commit is contained in:
parent
cec8d4aa92
commit
d20feddfcc
2 changed files with 5 additions and 2 deletions
3
changes/ticket26703
Normal file
3
changes/ticket26703
Normal file
|
@ -0,0 +1,3 @@
|
|||
o Code simplification and refactoring:
|
||||
- Low log level of "Scheduler type KIST has been enabled" to INFO.
|
||||
Ticket 26703
|
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue