Fix typo in error message

This commit is contained in:
matt335672 2023-06-14 10:33:44 +01:00
parent 547c619c2f
commit 63235eaafd
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ process_create_session_request(struct pre_session_item *psi)
else if (psi->sesexec_trans == NULL && sesexec_start(psi) != 0) else if (psi->sesexec_trans == NULL && sesexec_start(psi) != 0)
{ {
LOG(LOG_LEVEL_ERROR, LOG(LOG_LEVEL_ERROR,
"Can't start sesexec to authenticate user"); "Can't start sesexec to manage session");
status = E_SCP_SCREATE_GENERAL_ERROR; status = E_SCP_SCREATE_GENERAL_ERROR;
} }
else else