From a809dc6f3b4d42e185d84f527cb5e800325ae1d7 Mon Sep 17 00:00:00 2001 From: Kevin Darbyshire-Bryant Date: Sun, 17 May 2020 16:10:48 +0100 Subject: [PATCH] collectd: Improve sqm_collectd error reporting Signed-off-by: Kevin Darbyshire-Bryant --- utils/collectd/Makefile | 2 +- utils/collectd/files/exec-scripts/sqm_collectd.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 29aec706f..e8a8bcfff 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=collectd PKG_VERSION:=5.11.0 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://collectd.org/files/ \ diff --git a/utils/collectd/files/exec-scripts/sqm_collectd.sh b/utils/collectd/files/exec-scripts/sqm_collectd.sh index a2927854e..66ba8df38 100755 --- a/utils/collectd/files/exec-scripts/sqm_collectd.sh +++ b/utils/collectd/files/exec-scripts/sqm_collectd.sh @@ -92,7 +92,7 @@ process_qdisc() { mq) handle_mq "$ifc" ;; - *) echo "Unknown qdisc type" 1>&2 + *) echo "Unknown qdisc type '$qdisc' on interface '$ifc'" 1>&2 ;; esac json_cleanup