This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efl.
View the commit online.
commit 21d44d856bfe244a723c95478b9e15bc989079f2
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Thu May 22 10:09:24 2025 +0100
ecore-con - dont make a still alive http con an error - debug instead
---
src/lib/ecore_con/efl_net_dialer_http.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/ecore_con/efl_net_dialer_http.c b/src/lib/ecore_con/efl_net_dialer_http.c
index 1734253a50..e291914820 100644
--- a/src/lib/ecore_con/efl_net_dialer_http.c
+++ b/src/lib/ecore_con/efl_net_dialer_http.c
@@ -1752,7 +1752,7 @@ _efl_net_dialer_http_efl_io_closer_close(Eo *o, Efl_Net_Dialer_Http_Data *pd)
}
if (pd->fdhandler)
{
- ERR("dialer=%p fdhandler=%p still alive!", o, pd->fdhandler);
+ DBG("dialer=%p fdhandler=%p still alive!", o, pd->fdhandler);
efl_del(pd->fdhandler);
pd->fdhandler = NULL;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.