diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-02-12 09:31:38 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-02-12 09:31:38 +0100 |
commit | eb0ca9ebfff4f708892ee3d4f268b839d92e34a3 (patch) | |
tree | 963863c84098db43e4e1ab556a759da16a07dc21 /src/tmpfiles.c | |
parent | b8bb3e8f346468e61dcc7a6aba5e7ac9c623d964 (diff) |
tmpfiles: log to stderr if possible
Diffstat (limited to 'src/tmpfiles.c')
-rw-r--r-- | src/tmpfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tmpfiles.c b/src/tmpfiles.c index 3dabe46920..d7ca062a55 100644 --- a/src/tmpfiles.c +++ b/src/tmpfiles.c @@ -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(); |