From 30a4bfc862d33fa23303a6e109e44489506c14be Mon Sep 17 00:00:00 2001 From: Peter Luitjens <43619525+busma13@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:14:35 -0700 Subject: [PATCH] better description of vars Co-authored-by: Joseph Soto --- .../teraslice/src/lib/workers/execution-controller/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/teraslice/src/lib/workers/execution-controller/index.ts b/packages/teraslice/src/lib/workers/execution-controller/index.ts index 909c7139abb..657448226b4 100644 --- a/packages/teraslice/src/lib/workers/execution-controller/index.ts +++ b/packages/teraslice/src/lib/workers/execution-controller/index.ts @@ -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`