aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifdown-tunnel
diff options
context:
space:
mode:
Diffstat (limited to 'sysconfig/network-scripts/ifdown-tunnel')
-rwxr-xr-xsysconfig/network-scripts/ifdown-tunnel2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/ifdown-tunnel b/sysconfig/network-scripts/ifdown-tunnel
index a96aff4b..e04effe7 100755
--- a/sysconfig/network-scripts/ifdown-tunnel
+++ b/sysconfig/network-scripts/ifdown-tunnel
@@ -33,7 +33,7 @@ source_config
# Generic tunnel devices are not supported here
if [ "$DEVICE" = gre0 -o "$DEVICE" = tunl0 ]; then
- echo $"Device '$DEVICE' isn't supported as a valid GRE device name."
+ net_log $"Device '$DEVICE' isn't supported as a valid GRE device name."
exit 1
fi