Almost done first beta

This commit is contained in:
2025-06-23 16:03:48 +02:00
parent 2d36fecb45
commit a6b60d72bd
12 changed files with 551 additions and 24 deletions

View File

@@ -41,12 +41,12 @@ namespace SafeExamBrowser.Runtime.Operations
}
else
{
logger.Info("Application integrity successfully verified.");
logger.Warn("Application integrity is compromised!");
}
}
else
{
logger.Info("Application integrity successfully verified.");
logger.Warn("Failed to verify application integrity!");
}
return OperationResult.Success;