From 6ff9c17377ad5dc836a8e81c6d9e29bb2aea61b0 Mon Sep 17 00:00:00 2001 From: Julien Desfossez Date: Mon, 23 Apr 2012 12:23:25 -0400 Subject: [PATCH] fix mandatory context error message Signed-off-by: Julien Desfossez --- src/lttngtop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lttngtop.c b/src/lttngtop.c index b336831..11635b4 100644 --- a/src/lttngtop.c +++ b/src/lttngtop.c @@ -671,7 +671,7 @@ int main(int argc, char **argv) ret = check_requirements(bt_ctx); if (ret < 0) { - fprintf(stderr, "[error] missing mandatory context informations\n"); + fprintf(stderr, "[error] some mandatory contexts were missing, exiting.\n"); goto end; } -- 2.34.1