mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2026-01-06 07:25:29 +01:00
Remove debug line.
This commit is contained in:
@@ -161,7 +161,6 @@ static int LUKS_endec_template(char *src, size_t srcLength,
|
||||
|
||||
r = func(devfd, bsize, src, srcLength);
|
||||
if(r < 0) {
|
||||
log_err(ctx, "errno = %i\n", errno);
|
||||
log_err(ctx, _("Failed to access temporary keystore device.\n"));
|
||||
r = -EIO;
|
||||
goto out3;
|
||||
|
||||
Reference in New Issue
Block a user