tests/gem_tiled_swapping: use igt_info logging wrapper

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Thomas Wood 2014-12-02 10:53:47 +00:00
parent 16f1506ff6
commit 85b74d5c14

View File

@ -165,8 +165,7 @@ igt_main
threads = calloc(num_threads, sizeof(struct thread)); threads = calloc(num_threads, sizeof(struct thread));
igt_assert(threads); igt_assert(threads);
igt_log(IGT_LOG_INFO, igt_info("Using %d 1MiB objects (available RAM: %ld/%ld, swap: %ld)\n",
"Using %d 1MiB objects (available RAM: %ld/%ld, swap: %ld)\n",
count, count,
(long)intel_get_avail_ram_mb(), (long)intel_get_avail_ram_mb(),
(long)intel_get_total_ram_mb(), (long)intel_get_total_ram_mb(),