summaryrefslogtreecommitdiffstats
path: root/src/path/path.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/path/path.c')
-rw-r--r--src/path/path.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/path/path.c b/src/path/path.c
index 1e69c6a..3ab0934 100644
--- a/src/path/path.c
+++ b/src/path/path.c
@@ -218,9 +218,7 @@ static int parse_argv(int argc, char *argv[]) {
static int run(int argc, char* argv[]) {
int r;
- log_show_color(true);
- log_parse_environment();
- log_open();
+ log_setup();
r = parse_argv(argc, argv);
if (r <= 0)