Remove debug line.

This commit is contained in:
Milan Broz
2012-08-13 17:16:37 +02:00
parent 07815c24cd
commit 48332d248f

View File

@@ -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;