Skip to content

Commit

Permalink
MOSIP-32461 code changes (#1886)
Browse files Browse the repository at this point in the history
Signed-off-by: Sowmya Ujjappa Banakar <[email protected]>
Co-authored-by: Sowmya Ujjappa Banakar <[email protected]>
  • Loading branch information
sowmya695 and Sowmya Ujjappa Banakar authored Jun 17, 2024
1 parent 85ac9bf commit 840d62a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ public void validateSignature(String id, String process, BiometricRecord biometr
regProcLogger.info(LoggerFileConstant.SESSIONID.toString(), LoggerFileConstant.REGISTRATIONID.toString(),
id,
bir.toString());
regProcLogger.info(LoggerFileConstant.SESSIONID.toString(), LoggerFileConstant.REGISTRATIONID.toString(),
id, bir.getOthers());
if (bir.getOthers() instanceof HashMap<String, String> othersInfo1) {
othersInfo = othersInfo1;
}
Expand Down

0 comments on commit 840d62a

Please sign in to comment.