mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-02 10:08:39 +00:00
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:
parent
d2fb464c55
commit
98b370b106
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ public class GameServerStartup
|
||||||
{
|
{
|
||||||
Logger.Warn
|
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.",
|
"To increase security, it is recommended that you find and set this variable.",
|
||||||
LogArea.Startup
|
LogArea.Startup
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue