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:
5476be6
)
e_zone: add zone identifier at client add log
author
Junseok Kim
<juns.kim@samsung.com>
Mon, 30 Dec 2024 07:12:02 +0000
(16:12 +0900)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Thu, 2 Jan 2025 06:51:57 +0000
(15:51 +0900)
Change-Id: I9abe5311e0650134b580506a05f864050b3e55bc
src/bin/core/e_zone.c
patch
|
blob
|
history
diff --git
a/src/bin/core/e_zone.c
b/src/bin/core/e_zone.c
index 622c8480fb13492385bb17213c2e2c6f6fc99a21..734b84c7208c5caa7e797e9d7378c0dc6cfdfa4a 100644
(file)
--- a/
src/bin/core/e_zone.c
+++ b/
src/bin/core/e_zone.c
@@
-1068,7
+1068,7
@@
e_zone_client_add(E_Zone *zone, E_Client *ec)
EINA_SAFETY_ON_NULL_RETURN(ec);
if (e_zone_has_ec(zone, ec)) return;
- ELOGF("ZONE", "CLIENT ADD
", ec
);
+ ELOGF("ZONE", "CLIENT ADD
, zone:%p", ec, zone
);
wl_signal_emit(&PRI(zone)->events.client_add, ec);
}