]> johannes.truschnigg.info Git - sqm_lagthrottle/commitdiff
Improve diagnost message regarding iface stats file config mistakes
authorJohannes Truschnigg <johannes@truschnigg.info>
Thu, 17 Mar 2022 18:55:51 +0000 (19:55 +0100)
committerJohannes Truschnigg <johannes@truschnigg.info>
Thu, 17 Mar 2022 18:55:51 +0000 (19:55 +0100)
lagdetect.sh

index b3b4110dd513c43351d194000a1338a02e5ef7cd..51cf489bc9e74d9d3147fad512367d26c26671c7 100755 (executable)
@@ -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