From 47e32a812e8e92124524e1c6368512457029cf46 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Wed, 5 May 2021 18:04:04 +0800 Subject: [PATCH] cleanup --- src/kernel/compsor-fallback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kernel/compsor-fallback.c b/src/kernel/compsor-fallback.c index 2c2b079b..f6b74ec3 100644 --- a/src/kernel/compsor-fallback.c +++ b/src/kernel/compsor-fallback.c @@ -1303,7 +1303,7 @@ static void transit_to_layer (CompositorCtxt* ctxt, MG_Layer* to_layer) } } - _WRN_PRINTF ("Average time to composite the layers: %u (times: %u)\n", total_time_ms / total_times, total_times); + _DBG_PRINTF ("Average time to composite the layers: %u (times: %u)\n", total_time_ms / total_times, total_times); } CompositorOps __mg_fallback_compositor = {