sharply decrease verbosity.

This commit is contained in:
Martin Preuss
2025-10-01 23:20:04 +02:00
parent 494e7b3fbc
commit 5040ccc065

View File

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