diff --git a/pkg/rpcclient/msg.go b/pkg/rpcclient/msg.go index 1de0215ed..a7f07d161 100644 --- a/pkg/rpcclient/msg.go +++ b/pkg/rpcclient/msg.go @@ -172,7 +172,7 @@ func (c *MsgClient) Notification(ctx context.Context, sendID, recvID string, con if err == nil { log.ZDebug(ctx, "MsgClient Notification SendMsg success", "req", &req) } else { - log.ZError(ctx, "MsgClient Notification SendMsg failed %s\n", err, "req", &req) + log.ZError(ctx, "MsgClient Notification SendMsg failed", err, "req", &req) } return err }