From 0369c1fe008cf578a2bf3da4a0ff6f02d43c6261 Mon Sep 17 00:00:00 2001 From: Daniel Lauzon Date: Sun, 12 Jan 2020 19:44:08 -0500 Subject: [PATCH] full sentences, not telegraphic style --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 98021c6..668f950 100644 --- a/main.go +++ b/main.go @@ -309,7 +309,7 @@ func navToEnd(ctx context.Context) error { lastRepeated = 0 } 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 { break