mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
commit
68fb31aa4b
1 changed files with 0 additions and 1 deletions
|
@ -1308,7 +1308,6 @@ func (c *controller) StartDiagnose(port int) {
|
||||||
c.Lock()
|
c.Lock()
|
||||||
defer c.Unlock()
|
defer c.Unlock()
|
||||||
if !c.DiagnoseServer.IsDebugEnable() {
|
if !c.DiagnoseServer.IsDebugEnable() {
|
||||||
logrus.Errorf("StartDiagnose received the port %d", port)
|
|
||||||
c.DiagnoseServer.EnableDebug("127.0.0.1", port)
|
c.DiagnoseServer.EnableDebug("127.0.0.1", port)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue