Просмотр исходного кода

Merge pull request #2029 from fcrisciani/fix_log

Fix log
Flavio Crisciani 7 лет назад
Родитель
Сommit
68fb31aa4b
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      libnetwork/controller.go

+ 0 - 1
libnetwork/controller.go

@@ -1308,7 +1308,6 @@ func (c *controller) StartDiagnose(port int) {
 	c.Lock()
 	defer c.Unlock()
 	if !c.DiagnoseServer.IsDebugEnable() {
-		logrus.Errorf("StartDiagnose received the port %d", port)
 		c.DiagnoseServer.EnableDebug("127.0.0.1", port)
 	}
 }