From 36659d0b65dbf6eabe68e98c8592a7008ffb1ebf Mon Sep 17 00:00:00 2001 From: Johannes Truschnigg Date: Thu, 17 Mar 2022 19:55:51 +0100 Subject: [PATCH] Improve diagnost message regarding iface stats file config mistakes --- lagdetect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lagdetect.sh b/lagdetect.sh index b3b4110..51cf489 100755 --- a/lagdetect.sh +++ b/lagdetect.sh @@ -150,7 +150,7 @@ do read -r _bw < "${f}" if ! __is_int "${_bw}" then - printf 'FATAL: Stats file "%s" content seems bogus\n' "${f}" + printf 'FATAL: Interface stats file "%s" seems bogus\n' "${f}" exit 1 fi done -- 2.39.5