full sentences, not telegraphic style

pull/3/head
Daniel Lauzon 4 years ago
parent 07de945405
commit 0369c1fe00

@ -309,7 +309,7 @@ func navToEnd(ctx context.Context) error {
lastRepeated = 0 lastRepeated = 0
} }
if *verboseFlag { if *verboseFlag {
log.Printf("** navToEnd:activeElt %s %d", active, lastRepeated) log.Printf("Active element %s was seen %d times", active, lastRepeated+1)
} }
if lastRepeated > 2 { if lastRepeated > 2 {
break break

Loading…
Cancel
Save