projects
/
platform
/
upstream
/
cryptsetup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07815c2
)
Remove debug line.
author
Milan Broz
<gmazyland@gmail.com>
Mon, 13 Aug 2012 15:16:37 +0000
(17:16 +0200)
committer
Milan Broz
<gmazyland@gmail.com>
Mon, 13 Aug 2012 15:16:37 +0000
(17:16 +0200)
lib/luks1/keyencryption.c
patch
|
blob
|
history
diff --git
a/lib/luks1/keyencryption.c
b/lib/luks1/keyencryption.c
index f56fa1f7314f4a5ec3435b0e227cc7040921739f..d91a3b1d960fec289ac8aceb60f7bdcc5960ceb4 100644
(file)
--- a/
lib/luks1/keyencryption.c
+++ b/
lib/luks1/keyencryption.c
@@
-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;