From 3ee8abf616ea6b18c3fa33fd0b950c88ed332b92 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 8 Apr 2023 00:02:35 +0300 Subject: [PATCH 29/29] Document ADV_CHOICE_TRACK usage Reported by bard See osdn #47785 Signed-off-by: Marko Lindqvist --- server/advisors/advchoice.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/advisors/advchoice.h b/server/advisors/advchoice.h index 1b9e4843eb..efe3ce3f42 100644 --- a/server/advisors/advchoice.h +++ b/server/advisors/advchoice.h @@ -13,7 +13,9 @@ #ifndef FC__ADVCHOICE_H #define FC__ADVCHOICE_H -/* Uncomment to have choice information tracked */ +/* Uncomment to have choice information tracking enabled. + * To get the tracking information logged from specific place, + * add call to adv_choice_log_info() there, or use adv_choice_get_use(). */ /* #define ADV_CHOICE_TRACK */ #ifdef ADV_CHOICE_TRACK -- 2.39.2