diff options
Diffstat (limited to 'src/path/path.c')
-rw-r--r-- | src/path/path.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/path/path.c b/src/path/path.c index 7b630a5714..568b5fb04b 100644 --- a/src/path/path.c +++ b/src/path/path.c @@ -171,6 +171,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(); |