Skip to content

Commit

Permalink
DEBUG: lower missing passkey data debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-stephenson committed Dec 10, 2024
1 parent a406c1b commit 3f2dc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/responder/pam/pamsrv_passkey.c
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ void pam_passkey_get_user_done(struct tevent_req *req)
DEBUG(SSSDBG_TRACE_ALL, "Processing passkey data\n");
ret = process_passkey_data(pk_data, result->msgs[0], domain_name, pk_data);
if (ret != EOK) {
DEBUG(SSSDBG_OP_FAILURE,
DEBUG(SSSDBG_TRACE_FUNC,
"process_passkey_data failed: [%d]: %s\n",
ret, sss_strerror(ret));
goto done;
Expand Down

0 comments on commit 3f2dc4c

Please sign in to comment.