Remove experimental warning for reencrypt tool.

This commit is contained in:
Milan Broz
2015-10-29 12:16:37 +01:00
parent f425d07ec7
commit 1623ee71ab
2 changed files with 1 additions and 5 deletions

View File

@@ -1329,12 +1329,10 @@ int main(int argc, const char **argv)
exit(EXIT_SUCCESS);
}
if (!opt_batch_mode) {
log_std(_("WARNING: this is experimental code, it can completely break your data.\n"));
if (!opt_batch_mode)
log_verbose(_("Reencryption will change: volume key%s%s%s%s.\n"),
opt_hash ? _(", set hash to ") : "", opt_hash ?: "",
opt_cipher ? _(", set cipher to "): "", opt_cipher ?: "");
}
action_argv = poptGetArgs(popt_context);
if(!action_argv)