Add verbose log level and move unlocking keyslot messages there.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@238 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
Milan Broz
2010-05-27 18:44:14 +00:00
parent 231ab0167b
commit b4ebe0be18
8 changed files with 24 additions and 25 deletions

View File

@@ -220,7 +220,7 @@ static int verify_other_keyslot(struct crypt_device *cd,
if (openedIndex < 0)
return -EPERM;
log_std(cd, _("Key slot %d verified.\n"), openedIndex);
log_verbose(cd, _("Key slot %d verified.\n"), openedIndex);
return 0;
}