tmpfiles: log to stderr if possible

This commit is contained in:
Lennart Poettering 2011-02-12 09:31:38 +01:00
parent b8bb3e8f34
commit eb0ca9ebff
1 changed files with 1 additions and 1 deletions

View File

@ -782,7 +782,7 @@ int main(int argc, char *argv[]) {
else
prefix = "/";
log_set_target(LOG_TARGET_SYSLOG_OR_KMSG);
log_set_target(LOG_TARGET_AUTO);
log_parse_environment();
log_open();