mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 00:33:28 -04:00
Fix build
This commit is contained in:
parent
445924962f
commit
e774948d24
1 changed files with 2 additions and 2 deletions
|
|
@ -949,10 +949,10 @@ CLUSTER_SYNTHESIS_COMPLETE:
|
|||
}
|
||||
|
||||
if vault.IsFatalError(err) {
|
||||
c.logger.Error(fmt.Sprintf("Error unsealing core", "error", err))
|
||||
c.logger.Error("error unsealing core", "error", err)
|
||||
return
|
||||
} else {
|
||||
c.logger.Warn(fmt.Sprintf("Failed to unseal core", "error" err))
|
||||
c.logger.Warn("failed to unseal core", "error", err)
|
||||
}
|
||||
|
||||
select {
|
||||
|
|
|
|||
Loading…
Reference in a new issue