This commit is contained in:
Sen 2025-05-03 11:53:23 +02:00
parent 76ecfb39ab
commit b0dc368ef7
6 changed files with 99 additions and 23 deletions

View file

@ -95,6 +95,7 @@ public class NetConnection extends SimpleChannelInboundHandler<Packet>
else
{
comp = "Interner Fehler: " + p_exceptionCaught_2_;
Log.SYSTEM.error(p_exceptionCaught_2_, "Fehler in der Verbindung mit %s", this.getCutAddress());
}
this.closeChannel(comp);