From edf605340065e7328cf85531cef629a223d89a82 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Fri, 5 Sep 2014 15:24:58 -0400 Subject: [PATCH] Fix: typo in lttng list command for log4j Signed-off-by: David Goulet --- src/bin/lttng/commands/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.34.1