From a9545ecc51f7cf8546ffab8c0abf6ad254d04f8a Mon Sep 17 00:00:00 2001 From: Zephyr <12817816+ZephyrTFA@users.noreply.github.com> Date: Sun, 18 Aug 2024 23:50:11 -0400 Subject: [PATCH] Update src/Tgstation.Server.Host/Components/InstanceManager.cs Co-authored-by: Jordan Dominion --- src/Tgstation.Server.Host/Components/InstanceManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Host/Components/InstanceManager.cs b/src/Tgstation.Server.Host/Components/InstanceManager.cs index 73fdf2b857..1adf02d250 100644 --- a/src/Tgstation.Server.Host/Components/InstanceManager.cs +++ b/src/Tgstation.Server.Host/Components/InstanceManager.cs @@ -678,7 +678,7 @@ namespace Tgstation.Server.Host.Components if (!platformIdentifier.IsWindows && systemIdentity.IsSuperUser) { - logger.LogWarning("TGS is being run as the root account. This is not recommended and may prevent launch in a future version."); + logger.LogWarning("TGS is being run as the root account. This is not recommended."); } }