diff options
Diffstat (limited to 'table')
-rw-r--r-- | table/path.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/table/path.go b/table/path.go index 01a85f00..e192a770 100644 --- a/table/path.go +++ b/table/path.go @@ -168,7 +168,7 @@ func NewPath(source *PeerInfo, nlri bgp.AddrPrefixInterface, isWithdraw bool, pa log.WithFields(log.Fields{ "Topic": "Table", "Key": nlri.String(), - }).Error("Need to provide patattrs for the path that is not withdraw.") + }).Error("Need to provide path attributes for non-withdrawn path.") return nil } |