mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 13:36:50 +01:00
Make a log message correct
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user