Modules/IPStack - Fixed NULL dereference in routing
[tpg/acess2.git] / KernelLand / Modules / IPStack / tcp.c
index 8b4f99d..f1eee65 100644 (file)
@@ -1354,7 +1354,8 @@ void TCP_Client_Close(tVFS_Node *Node)
                while( conn->State == TCP_ST_FIN_WAIT1 )        Threads_Yield();
                break;
        default:
-               Log_Warning("TCP", "Unhandled connection state in TCP_Client_Close");
+               Log_Warning("TCP", "Unhandled connection state %i in TCP_Client_Close",
+                       conn->State);
                break;
        }
        

UCC git Repository :: git.ucc.asn.au