X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fcommon%2Ferror.c;h=ce11bf208ad7e05a3292eb790d56885916aa66d7;hb=db8870edf473e2a2f69e488375d32405ea324017;hp=d5403d804d5c9dc658fcff946a1e74c074bf97a5;hpb=32dd26fbc3c69fe677a7917535e10ace066e674c;p=lttng-tools.git diff --git a/src/common/error.c b/src/common/error.c index d5403d804..ce11bf208 100644 --- a/src/common/error.c +++ b/src/common/error.c @@ -98,6 +98,7 @@ static const char *error_string_array[] = { [ ERROR_INDEX(LTTNG_ERR_FILTER_NOMEM) ] = "Not enough memory for filter bytecode", [ ERROR_INDEX(LTTNG_ERR_FILTER_EXIST) ] = "Filter already exist", [ ERROR_INDEX(LTTNG_ERR_NO_CONSUMER) ] = "Consumer not found for tracing session", + [ ERROR_INDEX(LTTNG_ERR_NO_SESSIOND) ] = "No session daemon is available", /* Last element */ [ ERROR_INDEX(LTTNG_ERR_NR) ] = "Unknown error code"