File debug-systray.patch of Package enlightenment

commit 3b72a0d6b026297fa278309c437381db14c590d6
Author: Simon Lees <simon@simotek.net>
Date:   Wed Feb 9 11:48:25 2022 +1030

    Renable some systray debugging

diff --git a/src/modules/systray/e_mod_main.c b/src/modules/systray/e_mod_main.c
index 1cc229378..c6ba664e7 100644
--- a/src/modules/systray/e_mod_main.c
+++ b/src/modules/systray/e_mod_main.c
@@ -208,7 +208,7 @@ _gc_init(E_Gadcon *gc, const char *name, const char *id, const char *style)
 {
    Instance *inst;
 
-   // fprintf(stderr, "SYSTRAY: init name=%s, id=%s, style=%s\n", name, id, style);
+   fprintf(stderr, "SYSTRAY: init name=%s, id=%s, style=%s\n", name, id, style);
 
    if (!systray_mod)
      return NULL;
@@ -254,7 +254,7 @@ _gc_shutdown(E_Gadcon_Client *gcc)
 {
    Instance *inst = gcc->data;
 
-   // fprintf(stderr, "SYSTRAY: shutdown %p, inst=%p\n", gcc, inst);
+   fprintf(stderr, "SYSTRAY: shutdown %p, inst=%p\n", gcc, inst);
 
    if (!inst)
      return;
openSUSE Build Service is sponsored by