mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-24 01:00:15 +01:00
Remove useless debug message from keyslot dump.
This commit is contained in:
@@ -125,9 +125,6 @@ int LUKS2_keyslot_for_segment(struct luks2_hdr *hdr, int keyslot, int segment)
|
||||
if (r < 0)
|
||||
return r;
|
||||
|
||||
if (segment == CRYPT_ONE_SEGMENT)
|
||||
log_dbg(NULL, "At least one segment variant");
|
||||
|
||||
return r >= 1 ? 0 : -ENOENT;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user