X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Ferror.c;h=2b08a8ed053278416ed78d1826e0b32f2a34c8bb;hp=a707fa5bb7dc72897a7b8817a4ca3f3856cb9754;hb=d0927b411543c173c4fb83abf785fd71a9d29ed1;hpb=4b223a6755662f272f7db155ee380528728e5dd1 diff --git a/src/common/error.c b/src/common/error.c index a707fa5bb..2b08a8ed0 100644 --- a/src/common/error.c +++ b/src/common/error.c @@ -200,6 +200,7 @@ static const char *error_string_array[] = { [ ERROR_INDEX(LTTNG_ERR_ROTATION_NOT_AVAILABLE_RELAY) ] = "Rotation feature not available on the relay", [ ERROR_INDEX(LTTNG_ERR_AGENT_TRACING_DISABLED) ] = "Session daemon agent tracing is disabled", [ ERROR_INDEX(LTTNG_ERR_PROBE_LOCATION_INVAL) ] = "Invalid userspace probe location", + [ ERROR_INDEX(LTTNG_ERR_ELF_PARSING) ] = "ELF parsing error", /* Last element */ [ ERROR_INDEX(LTTNG_ERR_NR) ] = "Unknown error code"