Skip to content
Snippets Groups Projects
Commit 004e3651 authored by Tobias's avatar Tobias
Browse files

-

parent 8913b68c
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ namespace ControlComponents.Core
while (!mainTokenSource.IsCancellationRequested)
{
executionTokenSource = new CancellationTokenSource();
logger.Debug($"Invoke {execution.EXST} action");
logger.Debug($"{execution.ComponentName} Invoke {execution.EXST} action");
await stateActions[execution.EXST].Invoke(executionTokenSource.Token);
}
execution.ExecutionStateChanged -= OnExecutionStateChanged;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment