fix mandatory context error message
[lttngtop.git] / src / lttngtop.c
index b3368315ac0d6fb27f13c31c19176c6ddfc3b81d..11635b47e3df171c1cc91363a1afa53634057ad3 100644 (file)
@@ -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;
        }
 
This page took 0.021996 seconds and 4 git commands to generate.