forked from ALHP/ALHP.GO
more formatting
This commit is contained in:
2
main.go
2
main.go
@@ -659,7 +659,7 @@ func (b *BuildManager) syncWorker() {
|
|||||||
|
|
||||||
b.parseWG.Wait()
|
b.parseWG.Wait()
|
||||||
if b.stats.eligible != 0 {
|
if b.stats.eligible != 0 {
|
||||||
log.Infof("Processed source-repos. %d packages elegible to be build, %d already fully build. Covering %f of offical-repo (buildable) packages.", b.stats.eligible, b.stats.fullyBuild, float32(b.stats.fullyBuild)/float32(b.stats.eligible)*100.0)
|
log.Infof("Processed source-repos. %d packages elegible to be build, %d already fully build. Covering %f%% of offical-repo (buildable) packages.", b.stats.eligible, b.stats.fullyBuild, float32(b.stats.fullyBuild)/float32(b.stats.eligible)*100.0)
|
||||||
}
|
}
|
||||||
b.stats.fullyBuild = 0
|
b.stats.fullyBuild = 0
|
||||||
b.stats.eligible = 0
|
b.stats.eligible = 0
|
||||||
|
Reference in New Issue
Block a user