server: Fix the instructions to silence the key_seed warning

This commit is contained in:
Valentin Tolmer 2024-11-14 20:25:55 +01:00 committed by nitnelave
parent 579dd5e1b6
commit 713dbde4cb

View File

@ -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");
}