Missing digest message change (#935)

* Changed missing digest message to more accurately reflect what will be wrong if it's not set

* Update ProjectLighthouse.Servers.GameServer/Startup/GameServerStartup.cs

Grammar is difficult.

Co-authored-by: sudokoko <koko@drones.gay>

---------

Co-authored-by: sudokoko <koko@drones.gay>
This commit is contained in:
Zaprit 2023-10-29 11:31:23 +00:00 committed by GitHub
commit 98b370b106
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,7 @@ public class GameServerStartup
{
Logger.Warn
(
"The serverDigestKey configuration option wasn't set, so digest headers won't be set or verified. This will also prevent LBP 1, LBP 2, and LBP Vita from working. " +
"The serverDigestKey configuration option wasn't set, so digest headers won't be set or verified. This will prevent LBP 1 and LBP 3 from working, and may break features in the other games (i.e Dive In). " +
"To increase security, it is recommended that you find and set this variable.",
LogArea.Startup
);