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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user