[lttng-dev] [PATCH lttng-tools] Fix: LTTNG_ERR_NEED_ROOT_SESSIOND error message

Jérémie Galarneau jeremie.galarneau at efficios.com
Wed Aug 7 14:58:05 EDT 2013


A root session daemon _and_ "tracing" group user membership are required
to trace the kernel.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau at efficios.com>
---
 src/common/error.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/error.c b/src/common/error.c
index acfd6c6..42ed06f 100644
--- a/src/common/error.c
+++ b/src/common/error.c
@@ -82,7 +82,7 @@ static const char *error_string_array[] = {
 	[ ERROR_INDEX(LTTNG_ERR_UST_EVENT_NOT_FOUND)] = "UST event not found",
 	[ ERROR_INDEX(LTTNG_ERR_UST_CONTEXT_EXIST)] = "UST context already exist",
 	[ ERROR_INDEX(LTTNG_ERR_UST_CONTEXT_INVAL)] = "UST invalid context",
-	[ ERROR_INDEX(LTTNG_ERR_NEED_ROOT_SESSIOND) ] = "Tracing the kernel requires a root lttng-sessiond daemon or \"tracing\" group user membership",
+	[ ERROR_INDEX(LTTNG_ERR_NEED_ROOT_SESSIOND) ] = "Tracing the kernel requires a root lttng-sessiond daemon and \"tracing\" group user membership",
 	[ ERROR_INDEX(LTTNG_ERR_TRACE_ALREADY_STARTED) ] = "Tracing already started",
 	[ ERROR_INDEX(LTTNG_ERR_TRACE_ALREADY_STOPPED) ] = "Tracing already stopped",
 	[ ERROR_INDEX(LTTNG_ERR_KERN_EVENT_ENOSYS) ] = "Kernel event type not supported",
-- 
1.8.3.4




More information about the lttng-dev mailing list