Skip to content

Commit

Permalink
K1J-200: Reviewdog.
Browse files Browse the repository at this point in the history
  • Loading branch information
cigerhed committed Sep 12, 2024
1 parent 1ebac9b commit 3bb3830
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ public ListCertificatesForCareWithQAResponseType listCertificatesForCareWithQA(S
list.getItem().addAll(listItemsFromCS);
response.setList(list);
log.info(
"Request processing completed. PersonId: '{}' CareProviderId '{}' UnitIds '{}'. Returning '{}' number of certificates. Elapsed time: '{}' seconds",
"Request processing completed. PersonId: '{}' CareProviderId '{}' UnitIds '{}'."
+ " Returning '{}' number of certificates. Elapsed time: '{}' seconds",
HashUtility.hash(intygWithNotificationsRequest.getPersonnummer().getPersonnummer()),
intygWithNotificationsRequest.getVardgivarId(),
intygWithNotificationsRequest.getEnhetId(),
Expand Down

0 comments on commit 3bb3830

Please sign in to comment.