diff options
Diffstat (limited to 'sbin/pfctl/pfctl_altq.c')
-rw-r--r-- | sbin/pfctl/pfctl_altq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl_altq.c b/sbin/pfctl/pfctl_altq.c index d1b62daadd5..b3c12b9460e 100644 --- a/sbin/pfctl/pfctl_altq.c +++ b/sbin/pfctl/pfctl_altq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_altq.c,v 1.19 2002/12/07 19:12:34 henning Exp $ */ +/* $OpenBSD: pfctl_altq.c,v 1.20 2002/12/08 00:19:47 henning Exp $ */ /* * Copyright (C) 2002 @@ -145,7 +145,7 @@ print_altq(const struct pf_altq *a, unsigned level) return; } - printf("altq on %s scheduler ", a->ifname); + printf("altq on %s ", a->ifname); switch(a->scheduler) { case ALTQT_CBQ: |