diff options
Diffstat (limited to 'src/random-seed.c')
-rw-r--r-- | src/random-seed.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/random-seed.c b/src/random-seed.c index 91aa6c6b4e..b9cafb7cd7 100644 --- a/src/random-seed.c +++ b/src/random-seed.c @@ -39,7 +39,9 @@ int main(int argc, char *argv[]) { return 1; } + log_set_target(LOG_TARGET_SYSLOG_OR_KMSG); log_parse_environment(); + log_open(); /* When we load the seed we read it and write it to the device * and then immediately update the saved seed with new data, |