Skip to content

Commit

Permalink
Revert "Log the error when something goes wrong requesting a claimed …
Browse files Browse the repository at this point in the history
…address"

This reverts commit 14bc1c9.
  • Loading branch information
bboreham committed Apr 29, 2016
1 parent 14bc1c9 commit 27bdd3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ipam/claim.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ func (c *claim) Try(alloc *Allocator) bool {
alloc.infof("Claim %s for %s: %s; will try later.", c.cidr, c.ident, err)
c.sendResult(nil)
} else { // just tell the user they can't do this.
alloc.errorf("unable to request address %s from %s: %s", c.cidr, owner, err)
c.deniedBy(alloc, owner)
}
}
Expand Down

0 comments on commit 27bdd3b

Please sign in to comment.