mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'tor-github/pr/1851'
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user