1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-15 08:16:43 +00:00

minify logs

This commit is contained in:
2020-04-13 19:41:28 +08:00
parent 3f215b0e1d
commit 03b1929383
3 changed files with 13 additions and 11 deletions

View File

@@ -174,7 +174,7 @@ func (pool *ResourcePool) acquireNetwork() string {
pool.networkMu.Lock()
defer pool.networkMu.Unlock()
var network string
log.Info(pool.networksFree)
log.Debug(pool.networksFree)
if len(pool.networksFree) == 0 {
for {
for {