-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update PathSegment string representation. (#1894)
- If a *seg.PathSegment is nil, just return "<nil">. - Use a shorter version of seg id in the string output (using 12B, same as python). This improves log readability a lot. Also: - Change segs.FilterSegs to return how many segments were filtered out. It's useful for debugging if nothing else.
- Loading branch information
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters