This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit 928cf22f3e64d6304c7adf3162de34fb3d46c02f
Author: Marcel Hollerbach <[email protected]>
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.