diff --git a/src/common/commonutils/UserUtils.c b/src/common/commonutils/UserUtils.c index c6df3013e..65cc2c90b 100755 --- a/src/common/commonutils/UserUtils.c +++ b/src/common/commonutils/UserUtils.c @@ -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)