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/gem_largeobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/gem_largeobject.c') diff --git a/tests/gem_largeobject.c b/tests/gem_largeobject.c index c01045e5..0f929f8f 100644 --- a/tests/gem_largeobject.c +++ b/tests/gem_largeobject.c @@ -60,7 +60,7 @@ test_large_object(int fd) else obj_size = OBJ_SIZE; create.size = obj_size; - printf("obj size %i\n", obj_size); + igt_info("obj size %i\n", obj_size); igt_assert(ioctl(fd, DRM_IOCTL_I915_GEM_CREATE, &create) == 0); -- cgit v1.2.3