Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- added logging statement
  • Loading branch information
temi committed Sep 27, 2024
1 parent ada424b commit d3a55c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ class AdminController {
}
}
catch (Exception e) {
log.error("Unable to complete the operation ", e)
log.error("Unable to complete the operation for siteId - ${site.siteId} ", e)
code = "error"
}
}
Expand Down

0 comments on commit d3a55c8

Please sign in to comment.