X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Ferror.c;h=e73cf17f6991f305e3dda64a873751dd37dd47fc;hp=4354cc3bbf6353bf30df4a9c7d9bb3e7a3a027b7;hb=5bcdda4ff7e938d320b497470c8c33c84e996370;hpb=806e2684ce24d3772af37ee46c5f0500c7a0723f diff --git a/src/common/error.c b/src/common/error.c index 4354cc3bb..e73cf17f6 100644 --- a/src/common/error.c +++ b/src/common/error.c @@ -100,6 +100,8 @@ static const char *error_string_array[] = { [ ERROR_INDEX(LTTNG_ERR_NO_CONSUMER) ] = "Consumer not found for tracing session", [ ERROR_INDEX(LTTNG_ERR_NO_SESSIOND) ] = "No session daemon is available", [ ERROR_INDEX(LTTNG_ERR_SESSION_STARTED) ] = "Session is running", + [ ERROR_INDEX(LTTNG_ERR_NOT_SUPPORTED) ] = "Operation not supported", + [ ERROR_INDEX(LTTNG_ERR_UST_EVENT_ENABLED) ] = "UST event already enabled", /* Last element */ [ ERROR_INDEX(LTTNG_ERR_NR) ] = "Unknown error code"