mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
Adjust a log message slightly
This commit is contained in:
@@ -118,7 +118,7 @@ namespace Tgstation.Server.Host.Components.Deployment
|
||||
if (!jobLockCounts.TryGetValue(job.Id, out var currentVal) || currentVal == 1)
|
||||
{
|
||||
jobLockCounts.Remove(job.Id);
|
||||
logger.LogDebug("Cleaning compile job {0} => {1}", job.Id, job.DirectoryName);
|
||||
logger.LogDebug("Cleaning lock-free compile job {0} => {1}", job.Id, job.DirectoryName);
|
||||
cleanupTask = HandleCleanup();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user