This commit is contained in:
@@ -401,7 +401,7 @@ namespace AyaNova.Biz
|
||||
var JobDescription = $"{job.Name} {job.JobType.ToString()}";
|
||||
if (job.SubType != JobSubType.NotSet)
|
||||
JobDescription += $":{job.SubType}";
|
||||
|
||||
await LogJobAsync(job.GId, $"Process job \"{JobDescription}\"", ct);
|
||||
log.LogDebug($"ProcessJobAsync -> Processing job {JobDescription}");
|
||||
IJobObject o = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user