Skip to content

Commit

Permalink
Merge 3119d76 into 066ed34
Browse files Browse the repository at this point in the history
  • Loading branch information
jsha committed Feb 27, 2021
2 parents 066ed34 + 3119d76 commit 1f6d129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akamai/cache-client.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func (cpc *CachePurgeClient) purge(urls []string) error {
return fmt.Errorf("Unexpected HTTP status code '%d': %s", resp.StatusCode, string(body))
}

cpc.log.Infof("Sent successful purge request purgeID: %s, purge expected in: %ds, for URLs: %s",
cpc.log.AuditInfof("Sent successful purge request purgeID: %s, purge expected in: %ds, for URLs: %s",
purgeInfo.PurgeID, purgeInfo.EstimatedSeconds, urls)

return nil
Expand Down

0 comments on commit 1f6d129

Please sign in to comment.