diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-21 17:45:44 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-21 17:45:44 -0700 |
commit | 954ceb6b22daf648e3c2eb2f889df5009eec32b1 (patch) | |
tree | c51763484f00f1b495451e7bf6b5624db6020c61 | |
parent | a54e96671b8f5831e95886247d5076d612e072d2 (diff) | |
download | vyatta-cfg-qos-954ceb6b22daf648e3c2eb2f889df5009eec32b1.tar.gz vyatta-cfg-qos-954ceb6b22daf648e3c2eb2f889df5009eec32b1.zip |
add whitespace
-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; } |