mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 05:56:58 +01:00
Promote this warning to an error
This commit is contained in:
@@ -371,7 +371,7 @@ namespace Tgstation.Server.Host.Components.Deployment
|
||||
EngineVersion engineVersion;
|
||||
if (!EngineVersion.TryParse(compileJob.EngineVersion, out var engineVersionNullable))
|
||||
{
|
||||
logger.LogWarning("Error loading compile job, bad engine version: {engineVersion}", compileJob.EngineVersion);
|
||||
logger.LogError("Error loading compile job, bad engine version: {engineVersion}", compileJob.EngineVersion);
|
||||
return (null, null); // omae wa mou shinderu
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user