readahead: avoid activating the journal by accident, log directly to kmsg

This commit is contained in:
Lennart Poettering 2012-05-23 03:50:53 +02:00
parent 1897573598
commit e905f48fdc
2 changed files with 2 additions and 2 deletions

View file

@ -683,7 +683,7 @@ int main(int argc, char *argv[]) {
int r;
const char *root;
log_set_target(LOG_TARGET_AUTO);
log_set_target(LOG_TARGET_SAFE);
log_parse_environment();
log_open();

View file

@ -360,7 +360,7 @@ int main(int argc, char*argv[]) {
int r;
const char *root;
log_set_target(LOG_TARGET_AUTO);
log_set_target(LOG_TARGET_SAFE);
log_parse_environment();
log_open();