summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-02-13 19:27:42 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-02-14 09:00:48 +0000
commit9768a5ad982dc3d6e230fa071013c45231feeca4 (patch)
tree393140c31771b898e969b545c5b48c061e021849
parent0c313f89b0e4ec2b6621a9ea34f0f0ad54579500 (diff)
downloadefl-9768a5ad982dc3d6e230fa071013c45231feeca4.tar.gz
ecore x - fix debug printf format to print time
-rw-r--r--src/lib/ecore_x/ecore_x_vsync.c2
1 files changed, 1 insertions, 1 deletions
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)
{