From: David Goulet Date: Fri, 5 Sep 2014 19:24:58 +0000 (-0400) Subject: Fix: typo in lttng list command for log4j X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=edf605340065e7328cf85531cef629a223d89a82 Fix: typo in lttng list command for log4j Signed-off-by: David Goulet --- 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; }