diff --git a/aqhome/ipc2/tcpd_object.c b/aqhome/ipc2/tcpd_object.c index 6153ff0..cbf8ea8 100644 --- a/aqhome/ipc2/tcpd_object.c +++ b/aqhome/ipc2/tcpd_object.c @@ -186,7 +186,7 @@ int _handleSocketReady(AQH_OBJECT *o) DBG_INFO(AQH_LOGDOMAIN, "here (%d)", clientSk); } else { - DBG_NOTICE(AQH_LOGDOMAIN, "New connection"); + DBG_INFO(AQH_LOGDOMAIN, "New connection"); if (0==AQH_Object_EmitSignal(o, AQH_TCPD_OBJECT_SIGNAL_NEWCONN, clientSk, NULL)) { DBG_ERROR(AQH_LOGDOMAIN, "New connection not handled"); close(clientSk);