Fix: typo in lttng list command for log4j
authorDavid Goulet <dgoulet@efficios.com>
Fri, 5 Sep 2014 19:24:58 +0000 (15:24 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 5 Sep 2014 19:24:58 +0000 (15:24 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng/commands/list.c

index 4ff6f785874f13cf3f0049381c1c8dac6679de2a..9cc6e474773428b4d87130129604e86fa36d49e3 100644 (file)
@@ -1463,7 +1463,7 @@ int cmd_list(int argc, const char **argv)
        } else if (opt_jul) {
                DBG2("Listing JUL domain");
                domain.type = LTTNG_DOMAIN_JUL;
-       } else if (opt_jul) {
+       } else if (opt_log4j) {
                domain.type = LTTNG_DOMAIN_LOG4J;
        }
 
This page took 0.027063 seconds and 5 git commands to generate.