raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=9768a5ad982dc3d6e230fa071013c45231feeca4

commit 9768a5ad982dc3d6e230fa071013c45231feeca4
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Thu Feb 13 19:27:42 2020 +0000

    ecore x - fix debug printf format to print time
---
 src/lib/ecore_x/ecore_x_vsync.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore_x/ecore_x_vsync.c b/src/lib/ecore_x/ecore_x_vsync.c
index 05e18edd5f..e002e48302 100644
--- a/src/lib/ecore_x/ecore_x_vsync.c
+++ b/src/lib/ecore_x/ecore_x_vsync.c
@@ -300,7 +300,7 @@ _drm_tick_core(void *data EINA_UNUSED, Ecore_Thread *thread)
         if (!drm_event_is_busy)
           {
              DBG("wait...");
-             D("    @1.5f wait...\n", ecore_time_get());
+             D("    @%1.5f wait...\n", ecore_time_get());
              msg = eina_thread_queue_wait(thq, &ref);
              if (msg)
                {

-- 


Reply via email to