X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Ferror.c;h=cb24584ae33d44351819a1886069a59049783508;hp=66fd8642f01c4813ec383b9a9769732f6754c917;hb=a40a503f4218296700d791f1b79671bf3d0f1e22;hpb=d4ad24a314cea1020c7cd08b27670f5da495e38d diff --git a/src/common/error.c b/src/common/error.c index 66fd8642f..cb24584ae 100644 --- a/src/common/error.c +++ b/src/common/error.c @@ -220,6 +220,7 @@ static const char *error_string_array[] = { [ ERROR_INDEX(LTTNG_ERR_INVALID_PROTOCOL) ] = "Protocol error occurred", [ ERROR_INDEX(LTTNG_ERR_FILE_CREATION_ERROR) ] = "Failed to create file", [ ERROR_INDEX(LTTNG_ERR_TIMER_STOP_ERROR) ] = "Failed to stop a timer", + [ ERROR_INDEX(LTTNG_ERR_ROTATION_NOT_AVAILABLE_KERNEL) ] = "Rotation feature not supported by the kernel tracer.", /* Last element */ [ ERROR_INDEX(LTTNG_ERR_NR) ] = "Unknown error code"