From: Kevin Darbyshire-Bryant Date: Sun, 17 May 2020 15:10:48 +0000 (+0100) Subject: collectd: Improve sqm_collectd error reporting X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=a809dc6f3b4d42e185d84f527cb5e800325ae1d7;p=feed%2Fpackages.git collectd: Improve sqm_collectd error reporting Signed-off-by: Kevin Darbyshire-Bryant --- diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 29aec706f8..e8a8bcfff8 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 a2927854e2..66ba8df387 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