server: Fix the instructions to silence the key_seed warning
This commit is contained in:
parent
579dd5e1b6
commit
713dbde4cb
@ -361,7 +361,7 @@ fn get_server_setup<L: Into<PrivateKeyLocationOrFigment>>(
|
||||
file_path
|
||||
);
|
||||
} else if file_path == "server_key" {
|
||||
eprintln!("WARNING: A key_seed was given, we will ignore the server_key and generate one from the seed! Set server_key to an empty string in the config to silence this message.");
|
||||
eprintln!("WARNING: A key_seed was given, we will ignore the key_file and generate one from the seed! Set key_file to an empty string in the config to silence this message.");
|
||||
} else {
|
||||
println!("Generating the private key from the key_seed");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user