improved logging
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sebastian Frank
2019-03-29 15:49:25 +01:00
parent 7695f42e20
commit daed37587e
15 changed files with 142 additions and 207 deletions

View File

@@ -32,7 +32,7 @@ func worker(jobChan <-chan []Job) {
}
func init() {
//logger.Log.Infof("number of CPU core: %d", numCPU)
//logger.I("number of CPU core: %d", numCPU)
// one core for main thread
for i := 0; i < numCPU; i++ {
wg.Add(1)