ecore x - fix debug printf format to print time

This commit is contained in:
Carsten Haitzler 2020-02-13 19:27:42 +00:00
parent 0c313f89b0
commit 9768a5ad98
1 changed files with 1 additions and 1 deletions

View 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)
{