ZUGFeRD Service: move worker busy message to info
This commit is contained in:
parent
644da11e11
commit
45258d1257
@ -117,7 +117,7 @@ Public Class ThreadRunner
|
|||||||
If Not _workerThread.IsBusy Then
|
If Not _workerThread.IsBusy Then
|
||||||
_workerThread.RunWorkerAsync(_jobArguments)
|
_workerThread.RunWorkerAsync(_jobArguments)
|
||||||
Else
|
Else
|
||||||
_logger.Warn("Worker is busy")
|
_logger.Info("Worker is busy, skipping execution.")
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user