summaryrefslogtreecommitdiffstats
path: root/core/modules
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules')
-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);