Remove encryption option warning
This commit is contained in:
parent
931da0c3ff
commit
d42b80d7e1
2 changed files with 0 additions and 6 deletions
|
@ -93,8 +93,6 @@ extended_options:
|
||||||
# "debug", "trace", and "off", which disables logging.
|
# "debug", "trace", and "off", which disables logging.
|
||||||
# logging_level: info
|
# logging_level: info
|
||||||
|
|
||||||
# Warning: Experimental. Will cause problems.
|
|
||||||
#
|
|
||||||
# Enables disk encryption where the key is stored in memory. In other words,
|
# Enables disk encryption where the key is stored in memory. In other words,
|
||||||
# when the MD@H program is stopped, all cached files are irrecoverable.
|
# when the MD@H program is stopped, all cached files are irrecoverable.
|
||||||
# Practically speaking, this isn't all too useful (and definitely hurts
|
# Practically speaking, this isn't all too useful (and definitely hurts
|
||||||
|
|
|
@ -299,10 +299,6 @@ fn print_preamble_and_warnings(args: &Config) -> Result<(), Box<dyn Error>> {
|
||||||
build_string
|
build_string
|
||||||
);
|
);
|
||||||
|
|
||||||
if args.ephemeral_disk_encryption {
|
|
||||||
error!("Encrypted files are _very_ broken; caveat emptor!");
|
|
||||||
}
|
|
||||||
|
|
||||||
if !args.unstable_options.is_empty() {
|
if !args.unstable_options.is_empty() {
|
||||||
warn!("Unstable options are enabled. These options should not be used in production!");
|
warn!("Unstable options are enabled. These options should not be used in production!");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue