1
0
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:
Yu Watanabe 2019-07-22 13:14:28 +09:00
parent 6bf18debdd
commit baa2ea8681

View File

@ -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();