Change easter egg MSG to DBG
[lttng-tools.git] / lttng-sessiond / main.c
index 25a8ca76bbcb771b8ec309708534ccfddeb03c49..dc43edb4d30a905e6c403c69b9fc3a35b1b7901c 100644 (file)
@@ -469,7 +469,7 @@ static void cleanup(void)
        close(thread_quit_pipe[1]);
 
        /* <fun> */
        close(thread_quit_pipe[1]);
 
        /* <fun> */
-       MSG("%c[%d;%dm*** assert failed :-) *** ==> %c[%dm%c[%d;%dm"
+       DBG("%c[%d;%dm*** assert failed :-) *** ==> %c[%dm%c[%d;%dm"
                        "Matthew, BEET driven development works!%c[%dm",
                        27, 1, 31, 27, 0, 27, 1, 33, 27, 0);
        /* </fun> */
                        "Matthew, BEET driven development works!%c[%dm",
                        27, 1, 31, 27, 0, 27, 1, 33, 27, 0);
        /* </fun> */
This page took 0.023197 seconds and 4 git commands to generate.