Skip to content

Commit

Permalink
Improve logging by using SQM as tag
Browse files Browse the repository at this point in the history
Make stop.sh also use sqm_logger from sqm/functions.sh
  • Loading branch information
moeller0 committed Jul 25, 2014
1 parent d90ba40 commit 027308f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/sqm-scripts/files/usr/lib/sqm/stop.sh
Expand Up @@ -12,7 +12,7 @@ sqm_stop() {
tc qdisc del dev $IFACE ingress 2> /dev/null
tc qdisc del dev $IFACE root 2> /dev/null
[ ! -z "$CUR_IFB" ] && tc qdisc del dev $CUR_IFB root 2> /dev/null
[ ! -z "$CUR_IFB" ] && logger "${CUR_IFB} deleted"
[ ! -z "$CUR_IFB" ] && sqm_logger "${CUR_IFB} deleted"
}

ipt_stop() {
Expand Down

0 comments on commit 027308f

Please sign in to comment.