1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #2029 from fcrisciani/fix_log

Fix log
This commit is contained in:
Flavio Crisciani 2017-12-04 20:38:42 -08:00 committed by GitHub
commit 68fb31aa4b

View file

@ -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)
}
}