Fix: Add output option to enable-channel command
[lttng-tools.git] / src / common / error.c
index 4354cc3bbf6353bf30df4a9c7d9bb3e7a3a027b7..0a3b5b3e11b83050e3d9e6bf794dfe0e393badc0 100644 (file)
@@ -100,6 +100,7 @@ static const char *error_string_array[] = {
        [ ERROR_INDEX(LTTNG_ERR_NO_CONSUMER) ] = "Consumer not found for tracing session",
        [ ERROR_INDEX(LTTNG_ERR_NO_SESSIOND) ] = "No session daemon is available",
        [ ERROR_INDEX(LTTNG_ERR_SESSION_STARTED) ] = "Session is running",
+       [ ERROR_INDEX(LTTNG_ERR_NOT_SUPPORTED) ] = "Operation not supported",
 
        /* Last element */
        [ ERROR_INDEX(LTTNG_ERR_NR) ] = "Unknown error code"
This page took 0.023548 seconds and 4 git commands to generate.