This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch devs/bu5hm4n/ptr_fix
in repository enlightenment.

View the commit online.

commit 570ae9b435ad369ecf5c2ea0b7d5173ae88766be
Author: Marcel Hollerbach <m...@marcel-hollerbach.de>
AuthorDate: Thu Sep 15 20:02:49 2022 +0200

    fix error message
---
 src/bin/e_pointer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_pointer.c b/src/bin/e_pointer.c
index d04186728..f26d6df2b 100644
--- a/src/bin/e_pointer.c
+++ b/src/bin/e_pointer.c
@@ -925,7 +925,7 @@ e_pointer_object_set(E_Pointer *ptr, Evas_Object *obj, int x, int y)
 
    return;
 misst:
-   ERR("Failure with %p", ptr);
+   INF("The ptr object of pointer %p is missing.", ptr);
 }
 
 E_API void

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to