Patch for concurrent iterator & others (onto v1.11.6) #386

Closed
roysc wants to merge 1565 commits from v1.11.6-statediff-v5 into master
Showing only changes of commit fd4230f695 - Show all commits

View File

@ -46,7 +46,7 @@ func (l Lvl) AlignedString() string {
}
}
// Strings returns the name of a Lvl.
// String returns the name of a Lvl.
func (l Lvl) String() string {
switch l {
case LvlTrace: