bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/enlightenment/modules/presentator.git/commit/?id=1214dc9cbec90362141e6dd9d1d892dff275f220

commit 1214dc9cbec90362141e6dd9d1d892dff275f220
Author: Marcel Hollerbach <[email protected]>
Date:   Mon Jul 31 07:58:39 2017 +0200

    presentator: enhance error messages
---
 src/e_mod_main.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/e_mod_main.c b/src/e_mod_main.c
index 72490d7..43cd3c1 100644
--- a/src/e_mod_main.c
+++ b/src/e_mod_main.c
@@ -97,7 +97,7 @@ _del_key(const char *name)
    //something fishy is going on sometimes, then we dont even have a entry
    if (!e)
      {
-        ERR("What the fuck?!");
+        /* there was a release without a hit, usally happens when we are 
starting up */
         return;
      }
 
@@ -170,7 +170,7 @@ _msg_from_child_handler(void *data EINA_UNUSED, int type 
EINA_UNUSED, void *even
           }
         else
         {
-            printf("WHAT THE FUCK\n");
+            ERR("Unknown message from the keylogger");
         }
      }
    return ECORE_CALLBACK_PASS_ON;
@@ -179,8 +179,7 @@ _msg_from_child_handler(void *data EINA_UNUSED, int type 
EINA_UNUSED, void *even
 static Eina_Bool
 _msg_from_child_handler_error(void *data EINA_UNUSED, int type EINA_UNUSED, 
void *event)
 {
-
-   printf("ERROR!!!!!!!\n");
+   ERR("The keylogger passed out");
 
    return ECORE_CALLBACK_PASS_ON;
 }

-- 


Reply via email to