From 5acb31a6830e3c9c35b64754802f8214780c96cb Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 2 Dec 2022 15:02:44 +0100 Subject: dissect: show color in log output --- src/dissect/dissect.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/dissect/dissect.c b/src/dissect/dissect.c index 3892bfb208..3a882ee12c 100644 --- a/src/dissect/dissect.c +++ b/src/dissect/dissect.c @@ -1330,8 +1330,7 @@ static int run(int argc, char *argv[]) { _cleanup_(loop_device_unrefp) LoopDevice *d = NULL; int r; - log_parse_environment(); - log_open(); + log_setup(); r = parse_argv(argc, argv); if (r <= 0) -- cgit v1.2.1