X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Ferror.c;h=236f21baee25fea33a1d9b4b35ba76796bbf3832;hp=11cdb0ed8d61968384e369be43ce61cbd320297f;hb=b178f53e90c376dd44b020535c32649edef8f80e;hpb=3b33e9e731f2091e8aa13ea035c295ed6f101eac diff --git a/src/common/error.c b/src/common/error.c index 11cdb0ed8..236f21bae 100644 --- a/src/common/error.c +++ b/src/common/error.c @@ -209,6 +209,7 @@ static const char *error_string_array[] = { [ ERROR_INDEX(LTTNG_ERR_MKDIR_FAIL_CONSUMER) ] = "mkdir failure on consumer", [ ERROR_INDEX(LTTNG_ERR_CHAN_NOT_FOUND) ] = "Channel not found", [ ERROR_INDEX(LTTNG_ERR_SNAPSHOT_UNSUPPORTED) ] = "Session configuration does not allow the use of snapshots", + [ ERROR_INDEX(LTTNG_ERR_SESSION_NOT_EXIST) ] = "Tracing session does not exist", /* Last element */ [ ERROR_INDEX(LTTNG_ERR_NR) ] = "Unknown error code"