X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Ferror.c;fp=src%2Fcommon%2Ferror.c;h=e03bee350d0e2c07bf0b7cb56f4463492ba0ec12;hp=b8dabdf6e1bc02aae4108e7ab3aad75753f05cf0;hb=834966afb566191f13f7c6870902a3e4b00a9d27;hpb=6fb7c69074b6884da56bb0758e92e1c7f7859859 diff --git a/src/common/error.c b/src/common/error.c index b8dabdf6e..e03bee350 100644 --- a/src/common/error.c +++ b/src/common/error.c @@ -240,6 +240,7 @@ static const char *error_string_array[] = { [ ERROR_INDEX(LTTNG_ERR_UNSUPPORTED_DOMAIN) ] = "Unsupported domain used", [ ERROR_INDEX(LTTNG_ERR_PROCESS_ATTR_TRACKER_INVALID_TRACKING_POLICY) ] = "Operation does not apply to the process attribute tracker's tracking policy", [ ERROR_INDEX(LTTNG_ERR_EVENT_NOTIFIER_GROUP_NOTIFICATION_FD) ] = "Failed to create an event notifier group notification file descriptor", + [ ERROR_INDEX(LTTNG_ERR_INVALID_CAPTURE_EXPRESSION) ] = "Invalid capture expression", /* Last element */ [ ERROR_INDEX(LTTNG_ERR_NR) ] = "Unknown error code"