mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
correct repair -> analysis in pilosa-fsck logging
This commit is contained in:
parent
d55ce8723b
commit
2f9c51349a
1 changed files with 1 additions and 1 deletions
2
index.go
2
index.go
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue