I missing the quiet "Log start" between the test failure and the debug output (and so was very confused by the repetition). You have to shout at me! Signed-off-by: Chris Wilson <chris@xxxxxxxxxxxxxxxxxx> Cc: Thomas Wood <thomas.wood@xxxxxxxxx> --- lib/igt_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/igt_core.c b/lib/igt_core.c index 37ac1bb..cc623b7 100644 --- a/lib/igt_core.c +++ b/lib/igt_core.c @@ -286,7 +286,7 @@ static void _igt_log_buffer_dump(void) pthread_mutex_lock(&log_buffer_mutex); - fprintf(stderr, "Log Start\n"); + fprintf(stderr, "**** DEBUG ****\n"); i = log_buffer.start; do { -- 2.1.4 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx