Skip to content

Commit

Permalink
Corrected log
Browse files Browse the repository at this point in the history
  • Loading branch information
vihangpatil committed Nov 30, 2019
1 parent 77d7269 commit a2bd5e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object SimManagerSingleton : SimManager {
return simInventoryApi.findSimProfileByIccid(hlrName = hlr, iccid = iccId)
.map { simEntry -> mapToModelSimEntry(simEntry) }
.mapLeft {
logger.error("Failed to get SIM Profile, hlr = {}, ICCID = {}, description: {}", iccId, hlr, it.description)
logger.error("Failed to get SIM Profile, hlr = {}, ICCID = {}, description: {}", hlr, iccId, it.description)
it.description
}
}
Expand Down

0 comments on commit a2bd5e9

Please sign in to comment.