From e624fa8a2e1a31494c6e47a65e378e480882422d Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Wed, 14 May 2014 00:36:04 +0200 Subject: tests: sprinkle igt logging All the cases that simply dump some debug information and couldn't be converted to some of the fancier macros. Some information output removed when it's redundant with the subtest status. Signed-off-by: Daniel Vetter --- tests/kms_pipe_crc_basic.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/kms_pipe_crc_basic.c') diff --git a/tests/kms_pipe_crc_basic.c b/tests/kms_pipe_crc_basic.c index bef7a421..282c7f68 100644 --- a/tests/kms_pipe_crc_basic.c +++ b/tests/kms_pipe_crc_basic.c @@ -70,9 +70,9 @@ static void test_read_crc(data_t *data, int pipe, unsigned flags) igt_output_set_pipe(output, pipe); - fprintf(stdout, "%s: Testing connector %s using pipe %c\n", - igt_subtest_name(), igt_output_name(output), - pipe_name(pipe)); + igt_info("%s: Testing connector %s using pipe %c\n", + igt_subtest_name(), igt_output_name(output), + pipe_name(pipe)); mode = igt_output_get_mode(output); igt_create_color_fb(data->drm_fd, -- cgit v1.2.3