Add extra log to validator client
This commit is contained in:
parent
8b4b13cb2f
commit
246dcaa094
@ -246,6 +246,7 @@ fn process_testnet_subcommand(
|
|||||||
log: &Logger,
|
log: &Logger,
|
||||||
) -> Result<(ClientConfig, Eth2Config)> {
|
) -> Result<(ClientConfig, Eth2Config)> {
|
||||||
let eth2_config = if cli_args.is_present("bootstrap") {
|
let eth2_config = if cli_args.is_present("bootstrap") {
|
||||||
|
info!(log, "Connecting to bootstrap server");
|
||||||
let bootstrapper = Bootstrapper::from_server_string(format!(
|
let bootstrapper = Bootstrapper::from_server_string(format!(
|
||||||
"http://{}:{}",
|
"http://{}:{}",
|
||||||
client_config.server, client_config.server_http_port
|
client_config.server, client_config.server_http_port
|
||||||
|
Loading…
Reference in New Issue
Block a user