Prefix console message
[lttng-trace.git] / src / lttng-trace.c
index 1d8e69ca616dfbb4acb0a2996bfe20e2664efb8f..3b0aafedb46f16693fabe49c51c94d18b063414f 100644 (file)
@@ -751,7 +751,7 @@ int main(int argc, char **argv)
        }
        fprintf(stderr, "%sTracing session `%s` created. It can be customized using the `lttng` command.\n", MESSAGE_PREFIX, ptrace_ctx.session_name);
        if (!opt_no_pause) {
-               fprintf(stderr, "Press <ENTER> key when ready to run the child process.\n");
+               fprintf(stderr, "%sPress <ENTER> key when ready to run the child process.\n", MESSAGE_PREFIX);
                getchar();
        }
 
This page took 0.021878 seconds and 4 git commands to generate.