From: Johannes Truschnigg Date: Thu, 17 Mar 2022 18:55:51 +0000 (+0100) Subject: Improve diagnost message regarding iface stats file config mistakes X-Git-Url: https://johannes.truschnigg.info/gitweb/?a=commitdiff_plain;h=36659d0b65dbf6eabe68e98c8592a7008ffb1ebf;p=sqm_lagthrottle Improve diagnost message regarding iface stats file config mistakes --- 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