mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Fix some error and debug messages.
Use BITLK as format name. Avoid using doesn't -> does not.
This commit is contained in:
@@ -72,7 +72,7 @@ int crypt_benchmark(struct crypt_device *cd,
|
||||
if (r == -ERANGE)
|
||||
log_dbg(cd, "Measured cipher runtime is too low.");
|
||||
else if (r == -ENOTSUP || r == -ENOENT)
|
||||
log_dbg(cd, "Cannot initialise cipher %s, mode %s.", cipher, cipher_mode);
|
||||
log_dbg(cd, "Cannot initialize cipher %s, mode %s.", cipher, cipher_mode);
|
||||
|
||||
out:
|
||||
free(buffer);
|
||||
|
||||
Reference in New Issue
Block a user