Skip to content

Commit

Permalink
Fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
matt335672 committed Oct 23, 2023
1 parent 547c619 commit 63235ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sesman/scp_process.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ process_create_session_request(struct pre_session_item *psi)
else if (psi->sesexec_trans == NULL && sesexec_start(psi) != 0)
{
LOG(LOG_LEVEL_ERROR,
"Can't start sesexec to authenticate user");
"Can't start sesexec to manage session");
status = E_SCP_SCREATE_GENERAL_ERROR;
}
else
Expand Down

0 comments on commit 63235ea

Please sign in to comment.