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 cb09a3770a
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ type ActiveEndpointsError struct {
} }
func (aee *ActiveEndpointsError) Error() string { 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 // Forbidden denotes the type of this error