Prefix console message
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 18 Feb 2021 22:08:48 +0000 (17:08 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 18 Feb 2021 22:08:48 +0000 (17:08 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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.02308 seconds and 4 git commands to generate.