Generate session name and default output on sessiond's end
[lttng-tools.git] / src / common / error.c
index 11cdb0ed8d61968384e369be43ce61cbd320297f..236f21baee25fea33a1d9b4b35ba76796bbf3832 100644 (file)
@@ -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"
This page took 0.02542 seconds and 5 git commands to generate.