ing
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
package data
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"git.loafle.net/commons_go/logging"
|
||||
oogwc "git.loafle.net/overflow/overflow_gateway_websocket/config"
|
||||
oogws "git.loafle.net/overflow/overflow_gateway_websocket/server"
|
||||
@@ -20,7 +18,7 @@ var (
|
||||
func ServletInit(sh oogws.ServerHandler) {
|
||||
cfg = oogwc.Config.Servlets[Name]
|
||||
if nil == cfg {
|
||||
logging.Logger().Panic(fmt.Sprintf("Webapp: config of servlet[%s] is not exist", Name))
|
||||
logging.Logger().Panicf("Webapp: config of servlet[%s] is not exist", Name)
|
||||
}
|
||||
|
||||
rpcGH := newGatewayRPCHandler()
|
||||
|
||||
Reference in New Issue
Block a user