commit 5fa75a6cd45d81476d5648665717d46a406845bf Author: teor teor@torproject.org Date: Tue Sep 10 09:04:38 2019 +1000
main: remove level number comments from the subsystem list (master)
Part of 31615. --- src/app/main/subsystem_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app/main/subsystem_list.c b/src/app/main/subsystem_list.c index d525708e7..67cb12363 100644 --- a/src/app/main/subsystem_list.c +++ b/src/app/main/subsystem_list.c @@ -53,7 +53,7 @@ const subsys_fns_t *tor_subsystems[] = { &sys_ocirc_event, &sys_btrack,
- &sys_evloop, /* -20 */ + &sys_evloop,
&sys_mainloop, &sys_or,
tor-commits@lists.torproject.org