Moved logging to actually say if we added a job to the list
This commit is contained in:
parent
bd8cb86c52
commit
3566ad774d
@ -28,9 +28,9 @@ public class JobBoss : GlobalBase
|
||||
}
|
||||
else
|
||||
{
|
||||
Log($"Added {job}");
|
||||
if (!this.jobs.Add(job))
|
||||
return false;
|
||||
Log($"Added {job}");
|
||||
UpdateJobFile(job, jobFile);
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user