From 67a5284671cdfdb390964c90c2c831a1686581d0 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:49:50 +0100 Subject: [PATCH] Minor fix in logs --- .../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 fbbeae0ad..b30032c52 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 cool down." } + logger.info { "Teardown complete. Wait $afterTeardownDelay seconds to let everything cool down." } Thread.sleep(Duration.ofSeconds(afterTeardownDelay).toMillis()) } } -- GitLab