This commit is contained in:
crusader 2017-12-14 17:56:11 +09:00
parent f4a6b873f1
commit 1365d4e13b

View File

@ -7,7 +7,7 @@ import (
func newServerHandler(pidPath string, socketHandler SocketHandler) ServerHandler {
sh := &ServerHandlers{}
sh.ServerHandler = oopcs.NewServerHandler(pidPath, "Discovery Containter", socketHandler)
sh.ServerHandler = oopcs.NewServerHandler(pidPath, "Network Containter", socketHandler)
return sh
}