Skip to content
Snippets Groups Projects
Commit a1ee3c7d authored by rswindell's avatar rswindell
Browse files

Fixed node status display for nodes waiting for event node to finish.

parent 2427076e
No related branches found
No related tags found
No related merge requests found
......@@ -196,8 +196,9 @@ void __fastcall TNodeForm::TimerTick(TObject *Sender)
strcat(str,"Waiting for all nodes to become inactive");
break;
case NODE_EVENT_LIMBO:
sprintf(str,"Waiting for node %d to finish external event"
sprintf(tmp,"Waiting for node %d to finish external event"
,node.aux);
strcat(str,tmp);
break;
case NODE_EVENT_RUNNING:
strcat(str,"Running external event");
......
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