Skip to content

Commit

Permalink
Update destination.go
Browse files Browse the repository at this point in the history
  • Loading branch information
PdeNiet authored Jun 26, 2017
1 parent c5e2854 commit d05331a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion table/destination.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ func (dest *Destination) computeKnownBestPath() (*Path, BestPathReason, error) {

log.WithFields(log.Fields{
"Topic": "Table",
}).Debugf("computeKnownBestPath known pathlist: %d", len(dest.knownPathList), knownPathList)
}).Debugf("computeKnownBestPath known pathlist: %d", len(dest.knownPathList), print(knownPathList))

// We pick the first path as current best path. This helps in breaking
// tie between two new paths learned in one cycle for which best-path
Expand Down

0 comments on commit d05331a

Please sign in to comment.