diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-17 22:52:55 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-17 22:52:55 +0200 |
commit | bbe63281ea16ed9899dd4818874098c05e36b154 (patch) | |
tree | e4a46da9f975726e41ffaf50a08fb1e2b16bb7db /src/install.c | |
parent | 3ba686c107b2b33e706f59432584875a4152d19a (diff) |
log: make color/location logging optional
Diffstat (limited to 'src/install.c')
-rw-r--r-- | src/install.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/install.c b/src/install.c index c3dbe8b195..479a38c80a 100644 --- a/src/install.c +++ b/src/install.c @@ -60,6 +60,7 @@ Hashmap *will_install = NULL, *have_installed = NULL; static int help(void) { printf("%s [options]\n\n" + "Install init system units.\n\n" " -h --help Show this help\n" " --force Override existing links\n" " --system Install into system\n" @@ -532,8 +533,6 @@ int main(int argc, char *argv[]) { zero(paths); - log_set_target(LOG_TARGET_CONSOLE); - log_set_max_level(LOG_INFO); log_parse_environment(); if ((r = parse_argv(argc, argv)) < 0) |