summaryrefslogtreecommitdiff
path: root/net/iwconfig.sh.BSD.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/iwconfig.sh.BSD.in')
-rw-r--r--net/iwconfig.sh.BSD.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/iwconfig.sh.BSD.in b/net/iwconfig.sh.BSD.in
index 813fd2f..a8e8637 100644
--- a/net/iwconfig.sh.BSD.in
+++ b/net/iwconfig.sh.BSD.in
@@ -137,7 +137,7 @@ iwconfig_associate()
case "${caps}" in
[EI]P*)
if [ "${key}" = "-" ] ; then
- ewarn "WEP key is not set for \"${SSID}\"; not connecting"
+ ewarn "WEP key is not set for \"${SSID}\""
return 1
fi
;;
@@ -145,7 +145,7 @@ iwconfig_associate()
*)
if [ "${key}" != "-" ] ; then
key="-"
- ewarn "\"${SSID}\" is not WEP enabled; ignoring setting"
+ ewarn "\"${SSID}\" is not WEP enabled"
fi
;;
esac