aboutsummaryrefslogtreecommitdiffstats
path: root/vespabase
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-03-08 10:34:09 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-03-08 10:34:09 +0000
commitae04032d7ebef5f642d2f1a3d96c6853342b43db (patch)
treeb0bd8b4110629ab5c6ee1e88d78158800e6098d9 /vespabase
parent32e30b5b236ccda77d462cd00e170d60e219dbd0 (diff)
Do not echo, just keep as a comment.
Diffstat (limited to 'vespabase')
-rwxr-xr-xvespabase/src/common-env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespabase/src/common-env.sh b/vespabase/src/common-env.sh
index 09a7bff3a07..f2142fc4987 100755
--- a/vespabase/src/common-env.sh
+++ b/vespabase/src/common-env.sh
@@ -121,7 +121,7 @@ optionally_reduce_base_frequency() {
os_release=`uname -r`
if [[ "$os_release" == *linuxkit* ]]; then
export VESPA_TIMER_HZ=100
- echo "Running docker on macos. Reducing base frequency from 1000hz to 100hz due to high cost of sampling time. This will reduce timeout accuracy. VESPA_TIMER_HZ=$VESPA_TIMER_HZ"
+ : "Running docker on macos. Reducing base frequency from 1000hz to 100hz due to high cost of sampling time. This will reduce timeout accuracy. VESPA_TIMER_HZ=$VESPA_TIMER_HZ"
fi
}