aqhome apps: decreased verbosity.

This commit is contained in:
Martin Preuss
2025-03-19 23:19:52 +01:00
parent 0d8d684e78
commit daa07428eb
5 changed files with 12 additions and 12 deletions

View File

@@ -176,7 +176,7 @@ int _handleSocketReady(AQH_OBJECT *o)
{
AQH_TCPD_OBJECT *xo;
DBG_ERROR(NULL, "Socket ready");
DBG_INFO(NULL, "Socket ready");
xo=GWEN_INHERIT_GETDATA(AQH_OBJECT, AQH_TCPD_OBJECT, o);
if (xo) {
int clientSk;