mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-13 03:40:05 +01:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user