summaryrefslogtreecommitdiff
path: root/src/feature/hs
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2020-04-01 08:31:20 -0400
committerDavid Goulet <dgoulet@torproject.org>2020-04-01 08:31:20 -0400
commiteecf6c5199c73423db14c09f8aa7d48bebda3e09 (patch)
tree18038181e4ce53ba26b8695d4dad5caa5b676087 /src/feature/hs
parentb5412d12f9eb4ef7ad5265ac441cd63b3f100ef3 (diff)
downloadtor-eecf6c5199c73423db14c09f8aa7d48bebda3e09.tar.gz
tor-eecf6c5199c73423db14c09f8aa7d48bebda3e09.zip
hs-v3: Move to log notice the registration of an OB instance
This is to allow a visual feedback in the logs for operators setting up Onion Balance so they can confirm they properly configured the instances. Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/feature/hs')
-rw-r--r--src/feature/hs/hs_ob.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/feature/hs/hs_ob.c b/src/feature/hs/hs_ob.c
index a6a5cec26f..9499c28d20 100644
--- a/src/feature/hs/hs_ob.c
+++ b/src/feature/hs/hs_ob.c
@@ -159,8 +159,8 @@ ob_option_parse(hs_service_config_t *config, const ob_options_t *opts)
goto end;
}
smartlist_add(config->ob_master_pubkeys, pubkey);
- log_info(LD_REND, "OnionBalance: MasterOnionAddress %s registered",
- line->value);
+ log_notice(LD_REND, "OnionBalance: MasterOnionAddress %s registered",
+ line->value);
}
/* Success. */
ret = 1;