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

Merge pull request #1616 from chchliang/testnetwork

print name and id infomation  when  has active endpoints
This commit is contained in:
Alessandro Boch 2017-04-10 13:54:44 -07:00 committed by GitHub
commit fc4d9bd640

View file

@ -129,7 +129,7 @@ type ActiveEndpointsError struct {
}
func (aee *ActiveEndpointsError) Error() string {
return fmt.Sprintf("network %s has active endpoints", aee.name)
return fmt.Sprintf("network %s id %s has active endpoints", aee.name, aee.id)
}
// Forbidden denotes the type of this error