Skip to content

Commit

Permalink
trace
Browse files Browse the repository at this point in the history
  • Loading branch information
andersrognstad committed Oct 11, 2023
1 parent 6780f04 commit d331513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/no/nav/syfo/client/LegeSuspensjonClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ class LegeSuspensjonClient(
if (httpResponse.status != HttpStatusCode.OK) {
logger.error("Btsys svarte med kode {} for ediloggId {}", httpResponse.status, ediloggid)
throw IOException("Btsys svarte med uventet kode ${httpResponse.status} for $ediloggid")
} else {
logger.trace("Btsys svarte OK")
}

logger.trace("Btsys svarte OK")

return httpResponse.call.response.body()
}
}
Expand Down

0 comments on commit d331513

Please sign in to comment.