diff --git a/src/Tgstation.Server.Host/Components/Deployment/DmbFactory.cs b/src/Tgstation.Server.Host/Components/Deployment/DmbFactory.cs index c2570119d5..ac2acba24d 100644 --- a/src/Tgstation.Server.Host/Components/Deployment/DmbFactory.cs +++ b/src/Tgstation.Server.Host/Components/Deployment/DmbFactory.cs @@ -247,7 +247,7 @@ namespace Tgstation.Server.Host.Components.Deployment if (!Api.Models.Internal.EngineVersion.TryParse(compileJob.ByondVersion, out var engineVersion)) { - logger.LogWarning("Error loading compile job, bad BYOND version: {0}", compileJob.ByondVersion); + logger.LogWarning("Error loading compile job, bad engine version: {0}", compileJob.ByondVersion); return null; // omae wa mou shinderu }