summaryrefslogtreecommitdiffhomepage
path: root/table/path.go
diff options
context:
space:
mode:
Diffstat (limited to 'table/path.go')
-rw-r--r--table/path.go2
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
}