summaryrefslogtreecommitdiff
path: root/src/reply-password.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-01-12 05:09:06 +0100
committerLennart Poettering <lennart@poettering.net>2012-01-12 05:09:06 +0100
commit4cfa2c999dea269ddc646bfeba6c7f1021a73843 (patch)
treef30287296cc7a7d2626e6079ad6f272f38fe79ec /src/reply-password.c
parentead51eb4ed55981f290e40a871ffbca6480c4cd3 (diff)
core: switch all log targets to go directly to the journal, instead via syslog
Diffstat (limited to 'src/reply-password.c')
-rw-r--r--src/reply-password.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reply-password.c b/src/reply-password.c
index bd55e65f3c..3a96049d7f 100644
--- a/src/reply-password.c
+++ b/src/reply-password.c
@@ -64,7 +64,7 @@ int main(int argc, char *argv[]) {
char packet[LINE_MAX];
size_t length;
- log_set_target(LOG_TARGET_SYSLOG_OR_KMSG);
+ log_set_target(LOG_TARGET_AUTO);
log_parse_environment();
log_open();