From a1f1dbc58bf7bc36544758272d8b41f227daad12 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 15 Oct 2023 15:38:47 -0400 Subject: [PATCH] Make a log message correct --- src/Tgstation.Server.Host/Components/Deployment/DmbFactory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }