mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
pstore: use log_setup_service()
This commit is contained in:
parent
6bf18debdd
commit
baa2ea8681
@ -357,7 +357,7 @@ static int run(int argc, char *argv[]) {
|
||||
_cleanup_(pstore_entries_reset) PStoreList list = {};
|
||||
int r;
|
||||
|
||||
log_open();
|
||||
log_setup_service();
|
||||
|
||||
/* Ignore all parse errors */
|
||||
(void) parse_config();
|
||||
|
Loading…
Reference in New Issue
Block a user