correct repair -> analysis in pilosa-fsck logging

This commit is contained in:
Jason Aten 2020-10-05 19:59:32 -05:00
parent d55ce8723b
commit 2f9c51349a

View file

@ -824,7 +824,7 @@ func (i *Index) ComputeTranslatorSummary(verbose, checkKeys, applyKeyRepairs boo
if verbose {
// This is pilosa-fsck output, not regular log.
fmt.Printf("# doing repair of keys on nodeID '%v', and primID '%v'\n", nodeID, primID)
fmt.Printf("# doing analysis of keys on nodeID '%v', and primID '%v'\n", nodeID, primID)
}
changed, err := store.RepairKeys(topo, verbose, applyKeyRepairs)
if err != nil {