From 5e7c06fad328e0139b9ddcb6d2a19573745889f1 Mon Sep 17 00:00:00 2001 From: crusader Date: Thu, 19 Apr 2018 20:48:37 +0900 Subject: [PATCH] ing --- client/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } }