]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
hs-v3: Move to log notice the registration of an OB instance
authorDavid Goulet <dgoulet@torproject.org>
Wed, 1 Apr 2020 12:31:20 +0000 (08:31 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Wed, 1 Apr 2020 12:31:20 +0000 (08:31 -0400)
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>
src/feature/hs/hs_ob.c

index a6a5cec26f50f6a3d3dd888facf22155258a7fdb..9499c28d20f21d6f20c5502cfbc0a2e416522ec9 100644 (file)
@@ -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;