Skip to content

Commit

Permalink
remove the error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Hongchao Ma committed Sep 20, 2019
1 parent 0ad4f70 commit da6cf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/client/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ func (c *UDPConn) refreshPermissions() {
return
}
if err := c.createPermissions(addrs...); err != nil {
c.log.Errorf("fail to refresh permissions: %s", err.Error())
//c.log.Errorf("fail to refresh permissions: %s", err.Error())
return
}
c.log.Debug("refresh permissions successful")
Expand Down

0 comments on commit da6cf3d

Please sign in to comment.