Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusNi committed Jun 5, 2024
1 parent ece3a60 commit aa7b990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/commonutils/UserUtils.c
Original file line number Diff line number Diff line change
Expand Up @@ -3159,7 +3159,7 @@ int CheckUserAccountsNotFound(const char* names, char** reason, void* log)

if ((false == found) && (0 == status))
{
OsConfigLogInfo(log, "CheckUserAccountsNotFound: none of the requested user accounts ('%s') were found in users database", names);
OsConfigLogInfo(log, "CheckUserAccountsNotFound: none of the requested user accounts ('%s') were found in the users database", names);
}

if (0 == status)
Expand Down

0 comments on commit aa7b990

Please sign in to comment.