Skip to content

Commit

Permalink
#471: better exception handling in HL7v3 audit strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
unixoid committed Feb 27, 2025
1 parent 0cbf09d commit b18fe14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class Iti45AuditStrategy extends Hl7v3AuditStrategy {
}
return result
} catch (Exception e) {
log.warn('Missing or malformed request', e)
log.warn('Missing or malformed response', e)
return false
}
}
Expand Down

0 comments on commit b18fe14

Please sign in to comment.