Reword 'Selecting from' as 'Selected' when indexing files
This commit is contained in:
parent
f0bcafb645
commit
1c04c8291e
|
@ -419,7 +419,7 @@ Poll:
|
||||||
}
|
}
|
||||||
|
|
||||||
if Verbose {
|
if Verbose {
|
||||||
fmt.Printf("%s | INDEX: Selecting from %d/%d files across %d/%d directories in %s\n",
|
fmt.Printf("%s | INDEX: Selected %d/%d files across %d/%d directories in %s\n",
|
||||||
time.Now().Format(logDate),
|
time.Now().Format(logDate),
|
||||||
filesMatched,
|
filesMatched,
|
||||||
filesMatched+filesSkipped,
|
filesMatched+filesSkipped,
|
||||||
|
|
|
@ -12,7 +12,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
ReleaseVersion string = "2.7.0"
|
ReleaseVersion string = "2.7.1"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in New Issue