fix error message

This commit is contained in:
Marcel Hollerbach 2022-09-15 20:02:49 +02:00 committed by Gitea
parent f1d43c42a3
commit 928cf22f3e
1 changed files with 1 additions and 1 deletions

View File

@ -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