summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt/pw_daemon.c
diff options
context:
space:
mode:
authorSimon Rettberg2018-03-09 12:01:40 +0100
committerSimon Rettberg2018-03-09 12:01:40 +0100
commit6a3e71ea315b6635536ae7e1dfa1bbbf9fbaef12 (patch)
treee202113c12dda070f9e1b3e3c4301cd766887ceb /core/modules/run-virt/pw_daemon.c
parent[pam-slx-plug] Set USER_DN on successful auth; move to basic.target (diff)
downloadmltk-6a3e71ea315b6635536ae7e1dfa1bbbf9fbaef12.tar.gz
mltk-6a3e71ea315b6635536ae7e1dfa1bbbf9fbaef12.tar.xz
mltk-6a3e71ea315b6635536ae7e1dfa1bbbf9fbaef12.zip
[run-virt] pw_daemon: Remove debug output
Diffstat (limited to 'core/modules/run-virt/pw_daemon.c')
-rw-r--r--core/modules/run-virt/pw_daemon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/modules/run-virt/pw_daemon.c b/core/modules/run-virt/pw_daemon.c
index 46a380d7..8c7e8198 100644
--- a/core/modules/run-virt/pw_daemon.c
+++ b/core/modules/run-virt/pw_daemon.c
@@ -256,7 +256,6 @@ static uint8_t* keygen()
}
}
close(fd);
- fprintf(stderr, "Got %d bytes from urandom\n", (int)done);
}
while (done < KEYLEN) {
key[done++] = (char)(rand() & 0xff);