Skip to content

Commit 4cb13c9

Browse files
committed
confirm logs info
1 parent 3081b06 commit 4cb13c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/id_sync/src/record_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def process_nhs_number(nhs_number: str) -> Dict[str, Any]:
7777
discarded_records.append(detail)
7878

7979
if not matching_records:
80-
logger.info("No records matched PDS demographics: %d", discarded_count)
80+
logger.info("No records matched PDS demographics: %d", discarded_count, discarded_records)
8181
return make_status("No records matched PDS demographics; update skipped", nhs_number)
8282

8383
response = ieds_update_patient_id(

0 commit comments

Comments
 (0)