diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-qos.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-qos.pl b/scripts/vyatta-qos.pl index cb12354..74c66e0 100755 --- a/scripts/vyatta-qos.pl +++ b/scripts/vyatta-qos.pl @@ -332,7 +332,7 @@ sub check_target { my $name= shift; my @inuse = interfaces_refer ( $name ); - die "Can not delete interface $name, still being used by:", + die "Can not delete interface $name, still being used by: ", join(', ', @inuse), "\n" if @inuse; } |