diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-12 05:09:06 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-12 05:09:06 +0100 |
commit | 4cfa2c999dea269ddc646bfeba6c7f1021a73843 (patch) | |
tree | f30287296cc7a7d2626e6079ad6f272f38fe79ec /src/unit.c | |
parent | ead51eb4ed55981f290e40a871ffbca6480c4cd3 (diff) |
core: switch all log targets to go directly to the journal, instead via syslog
Diffstat (limited to 'src/unit.c')
-rw-r--r-- | src/unit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unit.c b/src/unit.c index e07d2c15d2..1fbfb1dea5 100644 --- a/src/unit.c +++ b/src/unit.c @@ -1338,7 +1338,7 @@ void unit_notify(Unit *u, UnitActiveState os, UnitActiveState ns, bool reload_su } } - manager_recheck_syslog(u->meta.manager); + manager_recheck_journal(u->meta.manager); /* Maybe we finished startup and are now ready for being * stopped because unneeded? */ |