X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fmi-lttng.c;h=fc7207cb4137a1f9317a2525b20e38cce2c34ef8;hp=a636c71b20b4b0b30fc7b4fec40839de3fc00d0b;hb=5cdb6027a2b78fd93aa7f61174625190b5fc3459;hpb=1b2ef7fe9e5d6396484002b5ba20b798b45519f9 diff --git a/src/common/mi-lttng.c b/src/common/mi-lttng.c index a636c71b2..fc7207cb4 100644 --- a/src/common/mi-lttng.c +++ b/src/common/mi-lttng.c @@ -305,6 +305,8 @@ const char *mi_lttng_domaintype_string(enum lttng_domain_type value) return config_domain_type_ust; case LTTNG_DOMAIN_JUL: return config_domain_type_jul; + case LTTNG_DOMAIN_LOG4J: + return config_domain_type_log4j; default: /* Should not have an unknown domain */ assert(0);