projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf12d16
)
e_comp_wl: reduce log length
37/294737/1
author
Changyeon Lee
<cyeon.lee@samsung.com>
Wed, 21 Jun 2023 04:33:33 +0000
(13:33 +0900)
committer
Tizen Window System
<tizen.windowsystem@gmail.com>
Mon, 26 Jun 2023 01:39:10 +0000
(10:39 +0900)
Change-Id: I3b976e3c6a981eeb48f09dafa6c4177d72bd01d3
src/bin/e_comp_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl.c
b/src/bin/e_comp_wl.c
index 03d9f68ca28de088e33515a4fe86220b687b0fdd..8cda573a847bbf82b66ff6e766f44d174f9b4e9f 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-267,7
+267,7
@@
_e_comp_wl_cb_prepare(void *data EINA_UNUSED, Ecore_Fd_Handler *hdlr EINA_UNUSED
gap_time = (ecore_time_get() * 1000) - e_comp_wl->idle_exiter_timestamp;
if (gap_time > E_COM_WL_PREPARE_GAP_LOG_TIME)
{
- ELOGF("E_COMP", "
gap between idle_exiter with cb_prepare is
%lfms",
+ ELOGF("E_COMP", "
prepare gap time:
%lfms",
NULL, gap_time);
}
}