diff --git a/client/client.go b/client/client.go index 9cf4b83..1d1b3cb 100644 --- a/client/client.go +++ b/client/client.go @@ -329,6 +329,6 @@ func (c *Client) handleNotification(notiCodec protocol.ClientNotificationCodec) _, err := c.RPCInvoker.Invoke(notiCodec) 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) } }