hs: Improve warning for bad service version
commitdb297a177edc8aba9334d6b3b525604d9b0f87a2
authorDavid Goulet <dgoulet@torproject.org>
Thu, 14 Oct 2021 13:56:10 +0000 (14 09:56 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Tue, 19 Oct 2021 13:36:14 +0000 (19 09:36 -0400)
tree38b83a0d44bb5e82b32f7adcfa6e4e6b880b115b
parent2a4a0c9012b5f1ee7b3f00f1d39eb84daab7ca79
hs: Improve warning for bad service version

Now that we don't have version 2, it gives us:

  [warn] HiddenServiceVersion must be between 3 and 3, not 2.

This commit changes it to:

  [warn] HiddenServiceVersion must be 3, not 2.

Part of #40476

Signed-off-by: David Goulet <dgoulet@torproject.org>
src/feature/hs/hs_config.c