Fix build

This commit is contained in:
Jeff Mitchell 2019-01-23 16:52:06 -05:00
parent 42253deac3
commit 0874b552cb
1 changed files with 2 additions and 2 deletions

View File

@ -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 {