[Intel-gfx] [PATCH] core: Make the start of the debug output more clear
Chris Wilson
chris at chris-wilson.co.uk
Fri Mar 6 00:57:41 PST 2015
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 at chris-wilson.co.uk>
Cc: Thomas Wood <thomas.wood at intel.com>
---
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
More information about the Intel-gfx
mailing list