changed the nsh daemon worker thread name

This commit is contained in:
Izaya 2017-06-16 12:29:47 +00:00
parent 3e98d1aaf6
commit 936377810d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
function nshd_w(evPP,cA,sI)
s("netsh daemon - "..tostring(sI),function()
s("nshd - "..tostring(sI),function()
while true do
if ev[1] == "net_msg" then
local msg=tostring(ev[4])