Skip to content

Commit

Permalink
better description of vars
Browse files Browse the repository at this point in the history
Co-authored-by: Joseph Soto <[email protected]>
  • Loading branch information
busma13 and sotojn authored Dec 18, 2024
1 parent 983e620 commit 30a4bfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ export class ExecutionController {
this.exId
} to finish...`
);
this.logger.debug(`Vars at timeout:\nisExecutionDone: ${this.isExecutionDone}\nclient.ready: ${this.client.ready}\n`
this.logger.debug(`Execution controller state vars at timeout:\nisExecutionDone: ${this.isExecutionDone}\nclient.ready: ${this.client.ready}\n`
+ `onlineClientCount: ${this.server.onlineClientCount}\nserver.isShuttingDown: ${this.server.isShuttingDown}`
+ `isShuttingDown: ${this.isShuttingDown}\nisShutdown: ${this.isShutdown}\n`
+ `isDoneDispatching: ${this.isDoneDispatching}\npendingDispatches: ${this.pendingDispatches}\n`
Expand Down

0 comments on commit 30a4bfc

Please sign in to comment.