Fix: failure to launch agent thread is not reported
[lttng-tools.git] / src / common / error.c
index db3042318e169e72b2e31a28874c2396976a249b..eed6aecaf14af22efbd20460db6c49704aa500a9 100644 (file)
@@ -190,6 +190,7 @@ static const char *error_string_array[] = {
        [ ERROR_INDEX(LTTNG_ERR_TRIGGER_EXISTS) ] = "Trigger already registered",
        [ ERROR_INDEX(LTTNG_ERR_TRIGGER_NOT_FOUND) ] = "Trigger not found",
        [ ERROR_INDEX(LTTNG_ERR_COMMAND_CANCELLED) ] = "Command cancelled",
+       [ ERROR_INDEX(LTTNG_ERR_AGENT_TRACING_DISABLED) ] = "Session daemon agent tracing is disabled",
 
        /* Last element */
        [ ERROR_INDEX(LTTNG_ERR_NR) ] = "Unknown error code"
This page took 0.023412 seconds and 4 git commands to generate.