From 7c8cc65fba81be7f65b46f207217416d079b318e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Tue, 15 Mar 2022 17:07:38 +0100 Subject: [PATCH] Minor fix in log message --- .../theodolite/benchmark/KubernetesBenchmarkDeployment.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theodolite/src/main/kotlin/theodolite/benchmark/KubernetesBenchmarkDeployment.kt b/theodolite/src/main/kotlin/theodolite/benchmark/KubernetesBenchmarkDeployment.kt index f69abdea7..fbbeae0ad 100644 --- a/theodolite/src/main/kotlin/theodolite/benchmark/KubernetesBenchmarkDeployment.kt +++ b/theodolite/src/main/kotlin/theodolite/benchmark/KubernetesBenchmarkDeployment.kt @@ -80,7 +80,7 @@ class KubernetesBenchmarkDeployment( labelName = LAG_EXPORTER_POD_LABEL_NAME, labelValue = LAG_EXPORTER_POD_LABEL_VALUE ) - logger.info { "Teardown complete. Wait $afterTeardownDelay ms to let everything come down." } + logger.info { "Teardown complete. Wait $afterTeardownDelay ms to let everything cool down." } Thread.sleep(Duration.ofSeconds(afterTeardownDelay).toMillis()) } } -- GitLab