]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/pstore/pstore.c
tree-wide: enable colorized logging for daemons when run in console
[thirdparty/systemd.git] / src / pstore / pstore.c
index db8a71fbab20f4c88b510d2a8813e7cfc5c2c134..c642a3252cbbdb02f83a32872a173882144e16bc 100644 (file)
@@ -367,7 +367,7 @@ static int run(int argc, char *argv[]) {
         _cleanup_(pstore_entries_reset) PStoreList list = {};
         int r;
 
-        log_setup_service();
+        log_setup();
 
         if (argc == 3) {
                 arg_sourcedir = argv[1];