Skip to content

Commit

Permalink
Update sda/cmd/ingest/ingest.go
Browse files Browse the repository at this point in the history
Co-authored-by: Joakim Bygdell <[email protected]>
  • Loading branch information
nanjiangshu and jbygdell authored Dec 18, 2024
1 parent c6c880e commit ce58fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sda/cmd/ingest/ingest.go
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,8 @@ func main() {

// Send the message to an error queue so it can be analyzed.
fileError := broker.InfoError{
Error: "Trying to decrypt start of file failed with all keys",
Reason: "Decryption failed with all keys",
Error: "Trying to decrypt submitted file failed",
Reason: "Decryption failed with available keys",
OriginalMessage: message,
}
body, _ := json.Marshal(fileError)
Expand Down

0 comments on commit ce58fb4

Please sign in to comment.