0
0
mirror of https://gitlab.torproject.org/tpo/core/tor.git synced 2024-09-20 20:23:03 +02:00

Fix a wide comment

This commit is contained in:
Nick Mathewson 2017-11-17 09:57:15 -05:00
parent 2cee26b164
commit 9fbc835f10

View File

@ -258,9 +258,10 @@ select_scheduler(void)
/* We should only log this once in most cases. If it was the kernel /* We should only log this once in most cases. If it was the kernel
* losing support for kist that caused scheduler_can_use_kist() to * losing support for kist that caused scheduler_can_use_kist() to
* return false, then this flag makes sure we only log this message * return false, then this flag makes sure we only log this message
* once. If it was the consensus that switched from "yes use kist" to * once. If it was the consensus that switched from "yes use kist"
* "no don't use kist", then we still set the flag so we log once, but * to "no don't use kist", then we still set the flag so we log
* we unset the flag elsewhere if we ever can_use_kist() again. * once, but we unset the flag elsewhere if we ever can_use_kist()
* again.
*/ */
have_logged_kist_suddenly_disabled = 1; have_logged_kist_suddenly_disabled = 1;
log_notice(LD_SCHED, "Scheduler type KIST has been disabled by " log_notice(LD_SCHED, "Scheduler type KIST has been disabled by "