Skip to content

Commit

Permalink
Reword log message
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuswilms committed Mar 19, 2018
1 parent 548fb96 commit 9542430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,6 @@ Outer:
}
}

log.Printf("Fuzzy searched tree for '%s' with %d results", query, len(results))
log.Printf("Fuzzy searched tree: %s (%d results)", query, len(results))
return results
}

0 comments on commit 9542430

Please sign in to comment.