Skip to content

Commit

Permalink
pam: fix typo in debug message
Browse files Browse the repository at this point in the history
Reviewed-by: Robbie Harwood <rharwood@redhat.com>
Reviewed-by: Sumit Bose <sbose@redhat.com>
  • Loading branch information
pbrezina authored and sumit-bose committed Dec 16, 2020
1 parent a3e2677 commit dcc4201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/responder/pam/pamsrv_cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1941,7 +1941,7 @@ static void pam_check_user_search_next(struct tevent_req *req)
talloc_zfree(req);
if (ret != EOK && ret != ENOENT) {
DEBUG(SSSDBG_OP_FAILURE, "Cache lookup failed, trying to get fresh "
"data from the backened.\n");
"data from the backend.\n");
}

DEBUG(SSSDBG_TRACE_ALL, "PAM initgroups scheme [%s].\n",
Expand Down

0 comments on commit dcc4201

Please sign in to comment.