mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 00:40:25 +02:00
Remove superfluous Options.Checksum type conversions (#522)
This commit is contained in:
parent
27909f22ce
commit
e666306ef8
6 changed files with 17 additions and 22 deletions
|
@ -182,7 +182,7 @@ func (p *Proxy) UpdateOptions(o config.Options) error {
|
|||
if p == nil {
|
||||
return nil
|
||||
}
|
||||
log.Info().Msg("proxy: updating options")
|
||||
log.Info().Str("checksum", fmt.Sprintf("%x", o.Checksum())).Msg("proxy: updating options")
|
||||
return p.UpdatePolicies(&o)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue