From 98b370b1066921cc09f7b1589bec787ecef7b8c1 Mon Sep 17 00:00:00 2001 From: Zaprit Date: Sun, 29 Oct 2023 11:31:23 +0000 Subject: [PATCH] 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 --------- Co-authored-by: sudokoko --- .../Startup/GameServerStartup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectLighthouse.Servers.GameServer/Startup/GameServerStartup.cs b/ProjectLighthouse.Servers.GameServer/Startup/GameServerStartup.cs index 86dfd571..0d372e8f 100644 --- a/ProjectLighthouse.Servers.GameServer/Startup/GameServerStartup.cs +++ b/ProjectLighthouse.Servers.GameServer/Startup/GameServerStartup.cs @@ -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 );