This commit is contained in:
crusader 2018-04-19 20:48:37 +09:00
parent 401f33f068
commit 5e7c06fad3

View File

@ -329,6 +329,6 @@ func (c *Client) handleNotification(notiCodec protocol.ClientNotificationCodec)
_, err := c.RPCInvoker.Invoke(notiCodec) _, err := c.RPCInvoker.Invoke(notiCodec)
if nil != err { if nil != err {
logging.Logger().Errorf("%s invoking of notification method[%s] has been failed %v", notiCodec.Method(), c.logHeader(), err) logging.Logger().Errorf("%s invoking of notification method[%s] has been failed %v", c.logHeader(), notiCodec.Method(), err)
} }
} }