X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Flist.c;h=9cc6e474773428b4d87130129604e86fa36d49e3;hb=edf605340065e7328cf85531cef629a223d89a82;hp=4ff6f785874f13cf3f0049381c1c8dac6679de2a;hpb=958d2529185658ad78c2bcf18818a40859a6c076;p=lttng-tools.git diff --git a/src/bin/lttng/commands/list.c b/src/bin/lttng/commands/list.c index 4ff6f7858..9cc6e4747 100644 --- a/src/bin/lttng/commands/list.c +++ b/src/bin/lttng/commands/list.c @@ -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; }