Skip to content

Commit

Permalink
rebase and update log
Browse files Browse the repository at this point in the history
Signed-off-by: Cassandra Coyle <[email protected]>
  • Loading branch information
cicoyle committed Dec 15, 2023
1 parent 1be4de2 commit 656df7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ func (b *errorBuilder) Build() error {
}

if !containsErrorInfo || len(b.err.details) == 0 {
log.Errorf("Must include ErrorInfo in error details. Error: ", b.err)
log.Errorf("Must include ErrorInfo in error details. Error: %s", b.err.Error())
panic("Must include ErrorInfo in error details.")
}

Expand Down

0 comments on commit 656df7f

Please sign in to comment.