mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 08:33:19 +01:00
Minor compiler improvements
- Reccommend lowering the security level if API validation times out. - Log DreamMaker output as Debug.
This commit is contained in:
@@ -220,7 +220,7 @@ namespace Tgstation.Server.Host.Components.Deployment
|
||||
job.DMApiVersion = controller.DMApiVersion;
|
||||
}
|
||||
|
||||
throw new JobException("DMAPI validation timed out!");
|
||||
throw new JobException("DMAPI validation timed out! Is the security level too high?");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -242,7 +242,7 @@ namespace Tgstation.Server.Host.Components.Deployment
|
||||
|
||||
logger.LogDebug("DreamMaker exit code: {0}", exitCode);
|
||||
job.Output = dm.GetCombinedOutput();
|
||||
logger.LogTrace("DreamMaker output: {0}{1}", Environment.NewLine, job.Output);
|
||||
logger.LogDebug("DreamMaker output: {0}{1}", Environment.NewLine, job.Output);
|
||||
return exitCode;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user