ecore x - fix debug printf format to print time
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 13 Feb 2020 19:27:42 +0000 (19:27 +0000)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 17 Feb 2020 21:39:17 +0000 (06:39 +0900)
src/lib/ecore_x/ecore_x_vsync.c

index 05e18ed..e002e48 100644 (file)
@@ -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)
                {