소스 검색

Remove useless error log

Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>
Flavio Crisciani 7 년 전
부모
커밋
f7023e11c8
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)
 	}
 }