Cleaning up code, and separating a little to allow native code to share
[tpg/acess2.git] / Modules / IPStack / link.c
index 07234df..88d92db 100644 (file)
@@ -115,6 +115,9 @@ void Link_WatchDevice(tAdapter *Adapter)
        if( !gbLink_CRCTableGenerated )
                Link_InitCRC();
        
+       Threads_SetName(Adapter->Device);
+       Log_Log("NET", "Thread %i watching '%s'", Threads_GetTID(), Adapter->Device);
+       
        // Child Thread
        while(Adapter->DeviceFD != -1)
        {

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