X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flttngtop.c;h=11635b47e3df171c1cc91363a1afa53634057ad3;hb=6ff9c17377ad5dc836a8e81c6d9e29bb2aea61b0;hp=b3368315ac0d6fb27f13c31c19176c6ddfc3b81d;hpb=d2fd8c70dfdab4752f9e5dd685ef8d08f88c6b52;p=lttngtop.git 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; }