Update src/Tgstation.Server.Host/Components/InstanceManager.cs

Co-authored-by: Jordan Dominion <Cyberboss@users.noreply.github.com>
This commit is contained in:
Zephyr
2024-08-18 23:50:11 -04:00
committed by GitHub
co-authored by Jordan Dominion
parent a15d5f27c8
commit a9545ecc51
@@ -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.");
}
}